diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2015-02-16 15:43:41 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2015-02-16 15:43:41 +0100 |
| commit | 7f42fcb7b242f4bd136dff01cb64e26a18865e2b (patch) | |
| tree | e1994a2b087036780dbc11d85732cb01891e981e /vimrc | |
| parent | b85f1952405b0dbd5c818f518c4e35fe3e195db5 (diff) | |
| download | dotfiles-7f42fcb7b242f4bd136dff01cb64e26a18865e2b.tar.gz dotfiles-7f42fcb7b242f4bd136dff01cb64e26a18865e2b.zip | |
vim: do nothing when <S-k> has been pressed.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> + |
