.tmux.conf中添加以下内容

1
2
set -g default-terminal screen-256color
set-option -ga terminal-overrides ",*256col*:Tc" # 这句是关键|

然后关闭所有tmux会话,关闭重新开启tmux即可。