Related questions
How to jump back to NERDTree from file in tab?
I usually:
Choose the needed file.
Open it in a tab(t character, by default).
But how I can jump back to NERDTree to open one more file in a tab?
Temporary solution I use now in my .vimrc file:
…
vim "modifiable" is off
Trying to create a new file with nerd tree. I hit the a key to create a new file and i get the message:
E21: Cannot make changes, 'Modifiable' is off
I'm using MacVim and Janus (almost out of the …
vim and NERD Tree extension - adding a file
When using the vim editor with the NERDTree plugin to navigate through the tree of your project, is there an easy way to create a new source code file under the currently highlighted directory?
Currently I go into my shell, …