Vim goes whack with tmux -
nerdtree goes whack in tmux session in picture. same problem exists when windows split. using powerline time vim status goes whack(in picture see middle portion of status line) in tmux. wrong?
i figured solution after long time, looking @ dotfile repo in github. single line of code made communication between vim , tmux smooth.
in .tmux.conf
file, add line
set-window-option -g utf8 on
Comments
Post a Comment