Unmap the Q key to disable Ex mode (does anyone actually use this?)

This commit is contained in:
Kevin MacMartin 2015-09-18 16:09:44 -04:00
parent 2acc9de0a3
commit 7bd818cda4

View file

@ -338,6 +338,9 @@
"-unmap the suspend function "-unmap the suspend function
map <C-z> <Nop> map <C-z> <Nop>
"-unmap ex mode
nnoremap Q <Nop>
"}}} "}}}
"ALIASES: COMMAND SHORTCUTS {{{ "ALIASES: COMMAND SHORTCUTS {{{