]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Also allow jj to exit insert mode.
authorSimon Ruderich <simon@ruderich.org>
Tue, 16 Mar 2010 01:07:19 +0000 (02:07 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 16 Mar 2010 01:07:19 +0000 (02:07 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index f63535523ce90fd170c315ef3ade1ded34ff67c9..a7d81ca6d1bc58dcfa04c818dae2df68981a5159 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -37,6 +37,9 @@ setopt ignoreeof
 # Use Vi(m) style key bindings.
 bindkey -v
 
+# Also use jj to exit insert mode.
+bindkey -M viins 'jj' vi-cmd-mode
+
 # I don't need the arrow keys, I use ^N and ^P for this (see below).
 bindkey -M viins -r '^[OA'
 bindkey -M viins -r '^[OB'