diff --git a/.vimrc b/.vimrc index a5ac2fb..2707bbe 100644 --- a/.vimrc +++ b/.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 ddp nmap ddkP