From 4ea4a534a42b4ea3407bfe541a42521c6d0301fa Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 6 Sep 2013 03:54:09 +0200 Subject: [PATCH] vimrc: Remove jj mapping. --- vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 82e8d33..e268673 100644 --- a/vimrc +++ b/vimrc @@ -483,12 +483,10 @@ endif " modified by a plugin or other settings. Except for which isn't " affected by mappings. -" Easy way to exit insert mode. jk is preferred because it's faster. -inoremap jj +" Easy way to exit insert mode (jj is too slow). inoremap jk " Also for command mode, thanks to http://github.com/mitechie/pyvim " (2010-10-15). -cnoremap jj cnoremap jk " Disable arrow keys for all modes except command modes. Thanks to James Vega -- 2.44.1