]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Fix jk typos JK and Jk.
authorSimon Ruderich <simon@ruderich.org>
Fri, 6 Sep 2013 01:56:03 +0000 (03:56 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 6 Sep 2013 01:56:03 +0000 (03:56 +0200)
vimrc

diff --git a/vimrc b/vimrc
index e268673748a764a24cb91eaaf6ff540066ef2e56..a7fa4d731c1ce8dd71b213f949603ed5b80e6118 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -488,6 +488,11 @@ inoremap jk <Esc>
 " Also for command mode, thanks to http://github.com/mitechie/pyvim
 " (2010-10-15).
 cnoremap jk <C-C>
+" And fix my typos ...
+inoremap JK <Esc>
+inoremap Jk <Esc>
+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).