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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -