2015年12月15日 星期二

tmux breaks vim's color

If you use 256 color in your vim editor, and it is broken when you enter tmux. My solution is to force use 'tmux -2' when I enter tmux. You can also add it in ~/.bashrc.

alias tmux='tmux -2'

沒有留言: