Disabling The Toolbar And Menubar In Gvim
These two lines added to the vimrc file disable the annoying menubar and toolbar of gvim.
set guioptions-=T
set guioptions-=m
These two lines added to the vimrc file disable the annoying menubar and toolbar of gvim.
set guioptions-=T
set guioptions-=m