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>
|
||||
inoremap <Esc> <Nop>
|
||||
cnoremap <Esc> <Nop>
|
||||
" Use ; for commands.
|
||||
nnoremap ; :
|
||||
vnoremap ; :
|
||||
" Use Q to execute default register.
|
||||
nnoremap Q <Nop>
|
||||
|
||||
|
|
Loading…
Reference in a new issue