mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
split the guioptions up so it's clear what each does
This commit is contained in:
parent
cdd6701782
commit
4ed2f8c60b
1 changed files with 8 additions and 2 deletions
|
@ -11,8 +11,14 @@
|
||||||
|
|
||||||
"GVIM SETTINGS: {{{
|
"GVIM SETTINGS: {{{
|
||||||
set guicursor+=a:blinkon0 "disable the blinking cursor
|
set guicursor+=a:blinkon0 "disable the blinking cursor
|
||||||
set guioptions=aegip "enable some good defaults for gvim
|
set guioptions=e "use the gui to render the list of open tabs
|
||||||
set guioptions+=lRb "enable scrollbars (right only when a split is present)
|
set guioptions+=g "make inactive menu items grey
|
||||||
|
set guioptions+=i "have the gui use the vim icon
|
||||||
|
set guioptions+=p "enable pointer callbacks for X11 (required by some WMs)
|
||||||
|
set guioptions+=h "prevent the cursor jumping to the longest line while scrolling
|
||||||
|
set guioptions+=l "enable left-hand scrollbars
|
||||||
|
set guioptions+=R "enable right-hand scrollbars when there's a split window
|
||||||
|
set guioptions+=b "enable bottom scrollbars
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"COMPATIBILITY SETTINGS: {{{
|
"COMPATIBILITY SETTINGS: {{{
|
||||||
|
|
Loading…
Reference in a new issue