Maps ; to : in normal mode

This commit is contained in:
Jonathan Hodgson 2019-06-18 10:32:30 +01:00
parent cbe831f750
commit afaa57bd5b

3
.vimrc
View file

@ -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