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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -