From: Simon Ruderich Date: Tue, 30 Mar 2010 23:29:15 +0000 (+0200) Subject: vimrc: Map jj to exit insert mode. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=60e1aa37748a41317400e6823040cd05accea63e;p=config%2Fdotfiles.git vimrc: Map jj to exit insert mode. --- diff --git a/vimrc b/vimrc index 9fcf745..7223677 100644 --- a/vimrc +++ b/vimrc @@ -177,6 +177,9 @@ endif " MAPPINGS (except for plugins, see PLUGIN SETTINGS below) +" Easy way to exit insert mode. +inoremap jj + " Disable arrow keys for all modes except command modes. Thanks to James Vega " (http://git.jamessan.com/?p=etc/vim.git;a=summary). map