Remove the menu bar and toolbar from gvim
I wanted to reclaim some real estate from the top of my gvim screen. Here's a couple lines for the .vimrc or .gvimrc:
" Remove menu bar
set guioptions-=m
" Remove toolbar
set guioptions-=T
Working hard, thinking hard, sharing the love
I wanted to reclaim some real estate from the top of my gvim screen. Here's a couple lines for the .vimrc or .gvimrc:
" Remove menu bar
set guioptions-=m
" Remove toolbar
set guioptions-=T
11 comments:
Thanks for the info .. I was looking for just this :)
Thanks, I was wondering how to do this!
I'm lucky your post was the first google result to "gvim remove menu" :)
Thank you, exactly what I needed.
hum still useful 2 year after. Thank you!
Thanks man; I'm not a huge fan of the toolbar.
Thanks - just what I needed.
Thanks this was helpful.
Awesome :)
just do "set go=c"
Still helpful, thanks. I couldn't find this information in the vim documentation (it only mentions icons or text for the toolbar).
awesome man. That's a friggin useful post!!
Post a Comment