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