X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=e268673748a764a24cb91eaaf6ff540066ef2e56;hb=4ea4a534a42b4ea3407bfe541a42521c6d0301fa;hp=82e8d33b2dcd01d9394f9d27f5dec90909f64f2e;hpb=1dbe6ea04785eb79d49826d1b1b687c0e9606a49;p=config%2Fdotfiles.git 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