Can anyone show me how to setup Nerdtree default directory ?
Everytime I open nerdtree it always point to my "documents and setting/user/"
How can I tell nerdtree to point to "D:/working/"
Thanks
Add a custom mapping to your ~/.vimrc:
~/.vimrc
nnoremap <F9> :NERDTreeToggle /path/to/directory
The set autochdir option may pick your interest, BTW.
set autochdir
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
6 months ago
viewed
137 times
active