(Mac)Vim Tip: Configure MacVim to start without the Top Toolbar Expanded
I figured I'd share this one:
To remove the MacVim top toolbar, set this in your .vimrc file:
set guioptions-=T
And never have to close that toolbar again.
I figured I'd share this one:
To remove the MacVim top toolbar, set this in your .vimrc file:
set guioptions-=T
And never have to close that toolbar again.