mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
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:
parent
b09a0792dd
commit
7cb00613b2
1 changed files with 3 additions and 0 deletions
|
@ -317,6 +317,9 @@
|
||||||
|
|
||||||
"-unmap ex mode
|
"-unmap ex mode
|
||||||
nnoremap Q <Nop>
|
nnoremap Q <Nop>
|
||||||
|
|
||||||
|
"unmap shift+k opening help
|
||||||
|
nnoremap <S-k> <Nop>
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"ALIASES: COMMAND SHORTCUTS {{{
|
"ALIASES: COMMAND SHORTCUTS {{{
|
||||||
|
|
Loading…
Reference in a new issue