Set GUI options to disable extraneous elements
I don't like scrollbars. Also button toolbars.master
parent
40ac810c0b
commit
1ccac0f95a
|
@ -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/
|
||||
|
|
Reference in New Issue