Vim – Using Nerdtree with Current Directory

nerdtreevim

How can I achieve this situation?

  1. Open vim in my home folder.
  2. Navigate somewhere with NERDTree
  3. Run the :!ls command and see the contents of the directory in that NERDTree is displaying

Best Answer

Try :help NERDTreeChDirMode. Setting it to 2 will do what you want.

Related Question