Hide toolbar or menus to see more text
From Vim Tips Wiki
[edit] Duplicate tip
This tip is very similar to the following:
These tips need to be merged – see the merge guidelines.
Tip 89 • Previous Tip • Next Tip
Created: July 14, 2001 Complexity: basic Author: Leif Wickland Minimum version: 5.7 Karma: 67/39 Imported from: Tip#89
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 "remove toolbar :set guioptions-=m "remove menu
For a toggle and other stuff see Hide toolbar.
[edit] Comments
Categories: Duplicate | VimTip | Options
