vim - How to remove macvim left side menu -


enter image description here

i want know how remove left part don't know how name using macvim. 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 left menu still there.

the side pane see, nerdtree, can toggled mapping key of convenience, example f6 here.

:nnoremap <f6> :nerdtreetoggle<cr> 

you can use :nerdtreeclose close toggling save keystrokes.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -