changed C-xC-e to <esc>v for command editing

This commit is contained in:
Wryn Wagner 2020-01-10 09:04:30 -07:00
parent 38f15da783
commit 54d8b2d625

View File

@ -2,4 +2,5 @@
bindkey '^R' history-incremental-search-backward
bindkey '^x^e' edit-command-line;
autoload edit-command-line; zle -N edit-command-line;
bindkey -M vicmd v edit-command-line;