From 1c041c04339eeb45556acef5e1ac43742b20bda1 Mon Sep 17 00:00:00 2001 From: Nargoth Date: Tue, 20 Jun 2017 00:52:54 +0200 Subject: [PATCH] fixed vivisual key binding (#1148) Fixes #1236 --- modules/editor/init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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