aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2015-02-16 15:43:41 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2015-02-16 15:43:41 +0100
commit7f42fcb7b242f4bd136dff01cb64e26a18865e2b (patch)
treee1994a2b087036780dbc11d85732cb01891e981e /vimrc
parentb85f1952405b0dbd5c818f518c4e35fe3e195db5 (diff)
downloaddotfiles-7f42fcb7b242f4bd136dff01cb64e26a18865e2b.tar.gz
dotfiles-7f42fcb7b242f4bd136dff01cb64e26a18865e2b.zip
vim: do nothing when <S-k> has been pressed.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 5ac7b32..9861770 100644
--- a/vimrc
+++ b/vimrc
@@ -151,3 +151,7 @@ nnoremap <leader>, ^
nnoremap <C-z> <nop>
inoremap <C-z> <nop>
+" Do nothing for the <S-K> command. I never use it and it appears when I
+" misstype <S-J>.
+nnoremap K <nop>
+