mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Unmap the Q key to disable Ex mode (does anyone actually use this?)
This commit is contained in:
parent
2acc9de0a3
commit
7bd818cda4
1 changed files with 3 additions and 0 deletions
|
@ -338,6 +338,9 @@
|
|||
|
||||
"-unmap the suspend function
|
||||
map <C-z> <Nop>
|
||||
|
||||
"-unmap ex mode
|
||||
nnoremap Q <Nop>
|
||||
"}}}
|
||||
|
||||
"ALIASES: COMMAND SHORTCUTS {{{
|
||||
|
|
Loading…
Reference in a new issue