From 484454a67b35f306ca67fcf08093bb657106e4f9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 6 Sep 2013 03:52:24 +0200 Subject: [PATCH] inputrc,zsh/rc: Remove jj mapping. --- inputrc | 3 +-- zsh/rc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/inputrc b/inputrc index 7f0c775..5e8c0b2 100644 --- a/inputrc +++ b/inputrc @@ -34,8 +34,7 @@ set editing-mode vi # KEY BINDINGS -# Use jj and jk to exit insert mode. -"jj": vi-movement-mode +# Use jk to exit insert mode (jj is too slow). "jk": vi-movement-mode # / with the additional effect that only lines starting with the diff --git a/zsh/rc b/zsh/rc index 7f5b1b0..fc4b4f3 100644 --- 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). -- 2.44.1