mirror of
https://github.com/notwa/rc
synced 2024-11-05 00:19:02 -08:00
another option that makes you go
"why isn't this default?"
This commit is contained in:
parent
a3409073ec
commit
2beff44661
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ set ignorecase " insensitive searching
|
|||
set smartcase " except when uppercase is used
|
||||
set infercase " use existing case when ins-completing
|
||||
set tabstop=8 shiftwidth=8 smarttab " 8 space tabs
|
||||
set virtualedit=block " allow cursor anywhere in visual block
|
||||
set foldmethod=marker
|
||||
set foldlevelstart=99 " start with everything unfolded...?
|
||||
let c_syntax_for_h=1 " use C highlighting for .h files
|
||||
|
|
Loading…
Reference in a new issue