I don't have use for the menu and tools bars in gvim on Windows; Can I hide them?
This will give more space to the text area.
Use the guioptions setting (abbreviated as go).
:set guioptions -=m
Removes the menu bar.
:set guioptions -=T
Removes the toolbar.
My reference
2.1m questions
2.1m answers
60 comments
57.0k users