]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
inputrc,zsh/rc: Remove jj mapping.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index 7f5b1b0cc0eb52b3ed41ea7eb068ce61920bcbf2..fc4b4f3bae9d8bd7da569ac6c08e571e7a1c2554 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -85,8 +85,7 @@ setopt ignoreeof
 # Use Vi(m) style key bindings.
 bindkey -v
 
-# Use jj and jk to exit insert mode.
-bindkey 'jj' vi-cmd-mode
+# Use jk to exit insert mode (jj is too slow).
 bindkey 'jk' vi-cmd-mode
 
 # I don't need the arrow keys, I use ^N and ^P for this (see below).