Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zle: don't override kill-word and backward-kill-word
Otherwise, we can't do `echo hello hello^W^W^Y` and get back `echo hello hello` (we get `echo hello` instead because ZLE doesn't detect two consecutive calls to backward-kill-word). I don't add more to this commit because other `*-kill-*` are less likely to be used twice in a row when working with the shell. But maybe, `kill-line` could be added too. Closes zsh-users#150.
- Loading branch information