vote up 2 vote down star

How do I remove the Tool bar(which has the open save buttons) in the GVim?

flag

66% accept rate

3 Answers

vote up 15 vote down check
:set guioptions-=T

See also:

:help 'guioptions'
link|flag
+1 for 2000: congrats! – Ewan Nov 8 at 18:27
vote up 1 vote down

I have my .vimrc set as follows

set guioptions=aegimrLt

where each of the option value can be found by issuing

:help guioptions
link|flag
vote up 1 vote down

Another one:

:set toolbar=
:help 'toolbar'
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.