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
Have you tried this?
" Start NERDTree autocmd VimEnter * NERDTree " Jump to the main window. autocmd VimEnter * wincmd p
It seems to me, based on your .vimrc, that you are opening NERDTree. You just want to jump to the other window afterwards.
.vimrc