disable GUI scrollbars

This commit is contained in:
Loic Nageleisen 2012-01-31 11:13:26 +01:00
parent 1737b76a26
commit 366190a118

3
vimrc
View file

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