Vim goes whack with tmux -


enter image description here

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

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -