mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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 smartcase " except when uppercase is used
|
||||||
set infercase " use existing case when ins-completing
|
set infercase " use existing case when ins-completing
|
||||||
set tabstop=8 shiftwidth=8 smarttab " 8 space tabs
|
set tabstop=8 shiftwidth=8 smarttab " 8 space tabs
|
||||||
|
set virtualedit=block " allow cursor anywhere in visual block
|
||||||
set foldmethod=marker
|
set foldmethod=marker
|
||||||
set foldlevelstart=99 " start with everything unfolded...?
|
set foldlevelstart=99 " start with everything unfolded...?
|
||||||
let c_syntax_for_h=1 " use C highlighting for .h files
|
let c_syntax_for_h=1 " use C highlighting for .h files
|
||||||
|
|
Loading…
Add table
Reference in a new issue