aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
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>
+