]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: also fix jK typo
authorSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:51:29 +0000 (15:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:51:29 +0000 (15:51 +0200)
Not sure how exactly I manage to type this though.

vimrc

diff --git a/vimrc b/vimrc
index 4860c7fac09feb6cd622aa76ba9e0f6dcb1a9552..4f38ca011e293addf63bfd92d2cdb1f5d9a5dd88 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -491,8 +491,10 @@ cnoremap jk <C-C>
 " And fix my typos ...
 inoremap JK <Esc>
 inoremap Jk <Esc>
+inoremap jK <Esc>
 cnoremap JK <C-C>
 cnoremap Jk <C-C>
+cnoremap jK <C-C>
 
 " Disable arrow keys for all modes except command modes. Thanks to James Vega
 " (http://git.jamessan.com/?p=etc/vim.git;a=summary).