diff --git a/modules/editor/init.zsh b/modules/editor/init.zsh index f126002..be227ce 100644 --- a/modules/editor/init.zsh +++ b/modules/editor/init.zsh @@ -255,8 +255,8 @@ fi # Vi Key Bindings # -# Edit command in an external editor. -bindkey -M vicmd "v" edit-command-line +# Edit command in an external editor emacs style (v is used for visual mode) +bindkey -M vicmd "$key_info[Control]X$key_info[Control]E" edit-command-line # Undo/Redo bindkey -M vicmd "u" undo