Removing the toolbar in MacVim
I'm sure this is nothing new to anyone, but I only just discovered how to hide the toolbar in MacVim (and the associated guioptions preferences). In .vimrc:
if has("gui_running")
set guioptions=egmrt
endif
I'm sure this is nothing new to anyone, but I only just discovered how to hide the toolbar in MacVim (and the associated guioptions preferences). In .vimrc:
if has("gui_running")
set guioptions=egmrt
endif