I thought I had already figured out the correct zle word for proper ^u support, but I was wrong

This commit is contained in:
Orien Vandenbergh 2016-07-07 10:42:23 -06:00
parent e2396ca1ac
commit 7cb1a35779

View File

@ -107,7 +107,7 @@ unsetopt share_history
unsetopt hist_verify
bindkey '^k' kill-line
bindkey '^u' kill-whole-line
bindkey '^u' backward-kill-line
bindkey '^y' yank
bindkey '^a' beginning-of-line
bindkey '^e' end-of-line