NERDTree goes whack in tmux session as in the picture. The same problem exists whe
I figured the solution after a long time, looking at a dotfile repo in github. It was just a single line of code that made the communication between Vim and Tmux smooth.
In the .tmux.conf file, add this line
.tmux.conf
set-window-option -g utf8 on