From 399b787e59d3384fe294c6152cbc56bd3ae21059 Mon Sep 17 00:00:00 2001 From: Zhuang Sirui Date: Mon, 24 Jun 2013 20:54:24 +0800 Subject: [PATCH] rebind key for editor with edit-command-line --- lib/key-bindings.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 5f499f3e8..780a21436 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -48,3 +48,6 @@ bindkey "\e[3~" delete-char ## Fix weird sequence that rxvt produces #bindkey -s '^[[Z' '\t' # + +# rebind key for editor with edit-command-line +bindkey '\C-x\C-e' edit-command-line