Vim Tips Wiki
Advertisement
Tip 89 Printable Monobook Previous Next

created July 14, 2001 · complexity basic · author Leif Wickland · version 5.7


If you use gvim over console Vim because gvim is more readable (e.g. under Windows) but don't want to lose screen space for the toolbar and the menus, they can be removed as follows:

:set guioptions-=T "get rid of toolbar
:set guioptions-=m "get rid of menu

For a toggle and other stuff see Hide toolbar.

Advertisement