I\'m using gvim in windows.By default nerdtree loads C:\\ drive as default.I like to change it to E:\\ drive.How to achieve this?
Whenever I try to start NERDTree using
In my vimrc file,I use this autocmd vimenter * NERDTree G:\.The G:\ should be set your default drive,but, it's only the NERDTree's work dir. add cd G:\change the vim start work dir.Just like Jeromy Anglim said that.
vimrc
autocmd vimenter * NERDTree G:\
G:\
cd G:\