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

Re: zle oddity or some option running wild?



From: Thomas Lauer <thomas.lauer@xxxxxxxxxx>
Date: Wed, 26 Jun 2024 17:10:58 +0100

Just discovered a typo :-( see below.

> I have this in my zsh init:
> autoload -U select-word-style
> select-word-style shell
> zle -N backward-kill-shell-word backward-kill-word

This line is actually:
zle -N backward-kill-shell-word backward-kill-word-match

Somehow the "-match" part got lost...

> Thomas




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