Nerd tree: enter does not open sub dirs
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? 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 On Mountain Lion 10.8.2 This worked for me export LC_CTYPE=en_US.UTF-8 export LC_ALL=en_US.UTF-8 Pranay Aryal I followed jernkuan's answer but didn't work. What worked for me was typing :set encoding=utf-8 inside vim But I lose this when I exit out of vim. I have to