add edit-command-line binding

This commit is contained in:
Thomas Ruoff
2019-03-05 22:53:40 +01:00
parent 09a4540500
commit 90c72f9bd7
2 changed files with 3 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
export VISUAL=vim export VISUAL=vim
export EDITOR=$VISUAL export EDITOR=$VISUAL
autoload edit-command-line; zle -N edit-command-line

View File

@@ -3,3 +3,4 @@ stty -ixon
# vi mode # vi mode
bindkey -v bindkey -v
bindkey -M vicmd v edit-command-line