I just started playing around with NERDtree and VIM and can\'t figure out how to make NERDtree NOT be the default window when it opens.
I\'d like to ope
What you can do is just change the active pane.
autocmd VimEnter * wincmd w
This is the equivalent of hitting CTRL+W W, stick it in your .vimrc after where you call NERDTree and it'll stick you in the next pane on startup.
.vimrc
NERDTree