dots/gvimrc
dave ffd1ef7d61 Merge branch 'master' of gitosis@majnematic.com:davesdots
Conflicts:
	gvimrc

Conflicts:
	gvimrc
2009-05-10 15:31:14 -05:00

20 lines
662 B
VimL

if has('autocmd')
autocmd GuiEnter * set t_vb= " Disable the visual bell
endif
" Get rid of the annoying UI
set guioptions-=t " Disable menu tear-offs
set guioptions-=T " Disable the toolbar
set guioptions-=m " Disable the menu
set guioptions-=R " Disable the (right) scrollbar
set guioptions-=r " Disable the (right) scrollbar
set guioptions-=l " Disable the (left) scrollbar
set guioptions-=L " Disable the (left) scrollbar
set guioptions-=a " Share the copy buffer with visual mode
" gtk tabs are ugly
if has('gui_gtk')
set guioptions-=e " Kill off the GUI tabs
endif
set guifont=Monospace\ 9