Disable shift+k opening the help, which only really works for a couple languages and is mostly something I hit by mistake

This commit is contained in:
Kevin MacMartin 2019-12-02 11:54:38 -05:00
parent b09a0792dd
commit 7cb00613b2

View file

@ -317,6 +317,9 @@
"-unmap ex mode
nnoremap Q <Nop>
"unmap shift+k opening help
nnoremap <S-k> <Nop>
"}}}
"ALIASES: COMMAND SHORTCUTS {{{