Fix comment and add show cmd
This commit is contained in:
parent
e07f3686f0
commit
f10c9ff7bb
1 changed files with 4 additions and 1 deletions
5
.vimrc
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…
Add table
Add a link
Reference in a new issue