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
Jonathan Hodgson 4 years ago
parent dc45e40bad
commit 97b514f1fa
  1. 2
      shells/zsh/includes/keybindings.zsh

@ -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

Loading…
Cancel
Save