From: Simon Ruderich Date: Tue, 29 Apr 2014 13:51:29 +0000 (+0200) Subject: vimrc: also fix jK typo X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=a54fb194ea28fb0fdd6dc22f8a30e8a0f107c518;p=config%2Fdotfiles.git vimrc: also fix jK typo Not sure how exactly I manage to type this though. --- diff --git a/vimrc b/vimrc index 4860c7f..4f38ca0 100644 --- a/vimrc +++ b/vimrc @@ -491,8 +491,10 @@ cnoremap jk " And fix my typos ... inoremap JK inoremap Jk +inoremap jK cnoremap JK cnoremap Jk +cnoremap jK " Disable arrow keys for all modes except command modes. Thanks to James Vega " (http://git.jamessan.com/?p=etc/vim.git;a=summary).