Only change arrow keys in normal mode

This commit is contained in:
Jonathan Hodgson 2016-11-27 13:14:27 +00:00
parent 07c7e19653
commit e07f3686f0

4
.vimrc
View file

@ -25,8 +25,8 @@ set list listchars=tab:»\ ,trail:\␣,eol:↩
set incsearch
" MOve lines up/down using arrow keys
map <Down> ddp
map <Up> ddkP
nmap <Down> ddp
nmap <Up> ddkP
" Airline
set laststatus=2