Search code examples
macosvimnerdtree

Nerdtree ^G before folder and file names OSX terminal vim


There "^G" before names. It happens only when using vim in terminal. It is normal in MacVim.

Here's the image

I tried export LC_ALL=en_US.utf-8 export LANG="$LC_ALL" but it doesn't work.


Solution

  • Put let g:NERDTreeNodeDelimiter = "\u00a0" in your .vimrc