-
I used
nmap <silent> <f2> :NERDTreeToggle<cr>to toggle nerdtree window. How can I do the same with netrw? -
nerdtree window is not shown in the buffer list(
:ls). netrw is listed in the buffer list. How can I make it not listed? -
:bncommand works but:bpcommand does not work in the netrw window. Is this a bug?
I used nmap <silent> <f2> :NERDTreeToggle<cr> to toggle nerdtree window. How can I do
Share
The ‘Vexplore’ command opens a vertical directory browser. You can build on this by adding the following code to your .vimrc file to toggle the vertical browser with Ctrl-E (for example):
The code above tries to open the Explorer window on the left hand side of the screen at all times; I use it with multiple split vertical windows open.
[OPTIONAL] You might like to add the following lines to your .vimrc to improve the browsing experience: