From c213332c656613a946df4b21dd7ec6c5fd512a14 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 15 Oct 2010 16:37:09 +0200 Subject: [PATCH] vimrc: Also use jj to exit command mode. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index e7fc77f..fef44f2 100644 --- a/vimrc +++ b/vimrc @@ -184,6 +184,9 @@ endif " Easy way to exit insert mode. inoremap jj +" Also for command mode, thanks to http://github.com/mitechie/pyvim +" (2010-10-15). +cnoremap jj " Disable arrow keys for all modes except command modes. Thanks to James Vega " (http://git.jamessan.com/?p=etc/vim.git;a=summary). -- 2.44.1