ZSH: makes edit with vim shortcut Ctrl+x

For some reason ctrl+x ctrl+e has stopped working. I think it is
probably related to the use of suckless scroll. This uses ctrl+e which
is interpreted as a scroll.

For now though, using ctrl+x is fine
This commit is contained in:
Jonathan Hodgson 2020-10-06 14:33:07 +01:00
parent 9ba7608e66
commit 85507b9aae

View file

@ -56,7 +56,7 @@ bindkey '^D' exit_zsh
autoload -U edit-command-line
zle -N edit-command-line
bindkey '\C-x\C-e' edit-command-line
bindkey '\C-x' edit-command-line
bindkey -M viins jj vi-cmd-mode