1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-30 19:07:11 -07:00

add showcmd

This commit is contained in:
Connor Olding 2016-01-17 16:04:18 -08:00
parent 116cdda390
commit 1a25b3adb8

View File

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