Fix comment and add show cmd

This commit is contained in:
Jonathan Hodgson 2016-11-28 09:19:29 +00:00
parent e07f3686f0
commit f10c9ff7bb

5
.vimrc
View file

@ -24,7 +24,10 @@ set list listchars=tab:»\ ,trail:\␣,eol:↩
" make search highlight as you type
set incsearch
" MOve lines up/down using arrow keys
" Show commands as you type them
set showcmd
" Move lines up/down using arrow keys
nmap <Down> ddp
nmap <Up> ddkP