Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: emulate bash key bindings



On Wed, Jan 8, 2020 at 10:57 PM Andrey Butirsky <butirsky@xxxxxxxxx> wrote:
> But binding with dot-prefixed widget names seem the most compact
> solution for me: "bindkey '^w' .backward-kill-word", thanks!

Keep in mind that binding dot-prefixed widget names breaks plugins
that wrap widgets. Includes the most useful plugins out there such as
zsh-syntax-highlighting and zsh-autosuggestions. It also breaks many
themes including powerlevel10k.

Roman.



Messages sorted by: Reverse Date, Date, Thread, Author