Good day. Does someone know how to force .vimrc to auto-open NERDTree each time vim is invoked? The operation system is *nix. Thanks.
+4
A:
au VimEnter * NERDTree
in your vimrc should do it
:he autocmd.txt for background
michael
2009-11-19 00:22:01
michael, thank you!
varnie
2009-11-19 09:40:12