Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to start MacVim 7.3 snapshot 66 WITH its toolbar

Tags:

macvim

I'm using Mac OSX with Mountain Lion and I'm running MacVim 7.3 snapshot 66, I just installed it with brew install macvim but it doesn't starts with its toolbar and I really want it, what should i do to set it up so each time I open MacVim it starts with its toolbar?

like image 894
Balz Avatar asked Feb 16 '23 22:02

Balz


1 Answers

Put set guioptions+=T in your .vimrc. Note that set guioptions=T clears all other gui options.

like image 148
Zeyu Avatar answered Mar 23 '23 01:03

Zeyu