Maps ; to : in normal mode

master
Jonathan Hodgson 5 years ago
parent cbe831f750
commit afaa57bd5b
  1. 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…
Cancel
Save