nerdtree and current directory
How can I achieve this situation?
- Open vim in my home folder.
- Navigate somewhere with NERDTree
- Run the
:!ls
command and see the contents of the directory in that NERDTree is displaying
Solution 1:
Try :help NERDTreeChDirMode
. Setting it to 2
will do what you want.