vimrc: Hide toolbar and menu bar in GUI mode.

This commit is contained in:
Ryan Cavicchioni 2010-05-17 16:51:10 -05:00
parent 150b793214
commit add514202f

2
.vimrc
View File

@ -20,7 +20,7 @@ if has("gui_running")
endif
" general gui settings
set guioptions=egmrt
set guioptions=egt
colorscheme tesla
syntax on
endif