nvim: Use ; for commands in visual mode as well
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
900f6cf0c2
commit
adc85a9f34
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ inoremap <Esc> <Nop>
|
||||||
cnoremap <Esc> <Nop>
|
cnoremap <Esc> <Nop>
|
||||||
" Use ; for commands.
|
" Use ; for commands.
|
||||||
nnoremap ; :
|
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