commit 0e25068378e91e6d95d377ae2937a5c7c6b432f2
parent 406c0b07183da6a256b1feca0d82a5f11ee37748
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 22 Sep 2017 17:13:05 -0700
Eliminate jj shortcut for ESC
Wean myself off and accept that ctrl-[ will be less frustrating for
those times I'm visiting a friend's terminal.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc
@@ -24,7 +24,6 @@ setopt EXTENDED_GLOB
# vi-mode
bindkey -v
bindkey -M vicmd 'q' push-line
-bindkey -M viins 'jj' vi-cmd-mode
# completion
zstyle :compinstall filename "$HOME/.zshrc"