nvim: Do not remap the semicolon
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
af6a206e99
commit
b88b5f623a
1 changed files with 0 additions and 3 deletions
|
@ -195,9 +195,6 @@ inoremap jk <Esc>
|
||||||
cnoremap jk <C-C>
|
cnoremap jk <C-C>
|
||||||
inoremap <Esc> <Nop>
|
inoremap <Esc> <Nop>
|
||||||
cnoremap <Esc> <Nop>
|
cnoremap <Esc> <Nop>
|
||||||
" Use ; for commands.
|
|
||||||
nnoremap ; :
|
|
||||||
vnoremap ; :
|
|
||||||
" Use Q to execute default register.
|
" Use Q to execute default register.
|
||||||
nnoremap Q <Nop>
|
nnoremap Q <Nop>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue