aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Shell/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc
index e0c0a11..7a54586 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -44,6 +44,9 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,'
## Vim binds
bindkey -v
+autoload -z edit-command-line
+zle -N edit-command-line
+bindkey "^X^E" edit-command-line
# Menu
bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'j' vi-up-line-or-history