Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nerd tree: enter does not open sub dirs

Tags:

I installed NERDTree via Pathogen on Mac OSX 10.6.8.

When I vim a dir, I cannot enter into sub dirs with enter key. Furthermore, the dirs look like this:

?~V? doc/ 

What's going on?

like image 813
Calvin Froedge Avatar asked Jan 06 '12 04:01

Calvin Froedge


1 Answers

Putting this in my .vimrc solved the problem: let g:NERDTreeDirArrows=0

The creator gave me the fix: https://github.com/scrooloose/nerdtree/issues/108

like image 56
Calvin Froedge Avatar answered Sep 29 '22 12:09

Calvin Froedge