diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshvimodes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/zshvimodes b/zsh/zshvimodes index 02e9756..b942ee7 100644 --- a/zsh/zshvimodes +++ b/zsh/zshvimodes @@ -25,4 +25,5 @@ function TRAPINT() { # Use C-e to open editor with current command line autoload edit-command-line zle -N edit-command-line -bindkey '^e' edit-command-line +bindkey -v '^e' edit-command-line +bindkey -a '^e' edit-command-line |
