I want to know to how remove left part which I don't know how to name it using macvim. I have tried below code in .vimrc
.
:set guioptions-=m "remove menu bar
:set guioptions-=T "remove toolbar
:set guioptions-=r "remove right-hand scroll bar
:set guioptions-=L "remove left-hand scroll bar
But the left menu still there.