nvim: init.vim: Disable escape in command mode as well
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a56dac91d4
commit
aa8e6dfd18
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ endif
|
|||
inoremap jk <Esc>
|
||||
cnoremap jk <C-C>
|
||||
inoremap <Esc> <Nop>
|
||||
cnoremap <Esc> <Nop>
|
||||
" Use ; for commands.
|
||||
nnoremap ; :
|
||||
" Use Q to execute default register.
|
||||
|
|
Loading…
Reference in a new issue