Set GUI options to disable extraneous elements

I don't like scrollbars. Also button toolbars.
master
Dustin C. Hatch 2014-06-20 19:43:25 -05:00
parent 40ac810c0b
commit 1ccac0f95a
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ set splitright
" Backups are annoying. Use Mercurial!
set nobackup
" Enable autoselect (i.e. copy-on-highlight)
" Disable extraneous GUI options like scrollbars and toolbars
set guioptions=aegim
if has('gui_running')
" For the GUI, use a lower contrast theme from
" http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/