Fix wrong keybinding
This commit is contained in:
parent
d0598c2838
commit
7e88028f93
|
@ -43,7 +43,7 @@ bindkey "\e." insert-last-word
|
|||
bindkey "\e[1;5D" vi-backward-blank-word
|
||||
bindkey "\e[1;5C" vi-forward-blank-word
|
||||
|
||||
bindkey $'\20' push-line-or-edit
|
||||
bindkey "^P" push-line-or-edit
|
||||
|
||||
# Finally, make sure the terminal is in application mode, when zle is
|
||||
# active. Only then are the values from $terminfo valid.
|
||||
|
|
Loading…
Reference in a new issue