Maps ; to : in normal mode
This commit is contained in:
parent
cbe831f750
commit
afaa57bd5b
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -348,6 +348,9 @@ nnoremap <Up> ddkP
|
|||
nnoremap <Right> xp
|
||||
nnoremap <Left> xhP
|
||||
|
||||
" Maps the semi colon to colon in normal mode
|
||||
nnoremap ; :
|
||||
|
||||
" Move lines up/down/left/right using arrow keys
|
||||
nnoremap <Down> ddp
|
||||
nnoremap <Up> ddkP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue