Set GUI options to disable extraneous elements

I don't like scrollbars. Also button toolbars.
This commit is contained in:
Dustin C. Hatch
2014-06-20 19:43:25 -05:00
parent 40ac810c0b
commit 1ccac0f95a

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/