mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
add showcmd
This commit is contained in:
parent
116cdda390
commit
1a25b3adb8
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ set history=512 " command lines to remember
|
||||||
set colorcolumn=79
|
set colorcolumn=79
|
||||||
set number " lines
|
set number " lines
|
||||||
set ruler " write out the cursor position
|
set ruler " write out the cursor position
|
||||||
|
set showcmd " show number of lines/etc. selected
|
||||||
set lazyredraw " when executing macros, untyped things
|
set lazyredraw " when executing macros, untyped things
|
||||||
set shortmess=atI " be less verbose and shut up vim
|
set shortmess=atI " be less verbose and shut up vim
|
||||||
set suffixes=.bak,~,.swp,.o,.log,.out " lower tab-completion priority
|
set suffixes=.bak,~,.swp,.o,.log,.out " lower tab-completion priority
|
||||||
|
|
Loading…
Add table
Reference in a new issue