添加 ~/.tmux.conf 配置文件
set -g default-terminal "xterm-256color"
set -g assume-paste-time 0
set -g escape-time 0
set -g history-limit 100000
set -g terminal-overrides ',*:smcup@:rmcup@'
配置终端
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
重载一下tmux配置文件tmux source-file ~/.tmux.conf
这样其实也是根本没有debug出来root cause的囫囵吞枣解法(