When I've just opened some project in NERDTree and then want to modify any file I do the following:
- Choose needed file
- Open it in tab(t character, by default)
But how I can jump back to NERDTRee to open one more file it tab?
I've read NERDTree help file but still don't know how to do it?
Temporary solution I use now in my .vimrc file:
map <F10> :NERDTree /path/to/root/of/my/project
But it's not very useful to start navigation again and again from the root of directory.
Huge thanks in advance!