X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vimrc;h=fef44f22ca13e31a36991bce41c41035d30551d4;hb=c213332c656613a946df4b21dd7ec6c5fd512a14;hp=e7fc77fdfc3536e06033ddf7c1d665aa602c1260;hpb=9d76ee2ed2b5e15436e370444f6a81dccf40879c;p=config%2Fdotfiles.git 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).