gvim remove menu and toolbar

Removing a widgetEdit

If you do not want to see a widget, put whichever of the following you like in your vimrc:

:set guioptions-=m  "remove menu bar
:set guioptions-=T  "remove toolbar
:set guioptions-=r  "remove right-hand scroll bar
:set guioptions-=L  "remove left-hand scroll bar

你可能感兴趣的:(vim,gvim)