Fix comment and add show cmd

master
Jonathan Hodgson 8 years ago
parent e07f3686f0
commit f10c9ff7bb
  1. 5
      .vimrc

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

Loading…
Cancel
Save