mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
disable GUI scrollbars
This commit is contained in:
parent
1737b76a26
commit
366190a118
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -32,6 +32,9 @@ if has('gui_running') "GUI specific settings
|
||||||
"no tear-off menus
|
"no tear-off menus
|
||||||
set guioptions-=t
|
set guioptions-=t
|
||||||
|
|
||||||
|
"no scrollbars
|
||||||
|
set guioptions-=Lrb
|
||||||
|
|
||||||
set background=light
|
set background=light
|
||||||
"set transparency=8
|
"set transparency=8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue