disable menubar/toolbar in gui mode

master
Thomas L 2017-10-03 03:41:00 +02:00
parent 40509f5e53
commit 7712c4c993
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -1,4 +1,6 @@
set sts=4 sw=4 et
set guioptions-=m
set guioptions-=T
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()