我在xshell中使用tmux + vim,使用它会导致显示异常
set laststatus=2
tmux 2.9a
vim版本
VIM - Vi IMproved 8.1 (2018 May 18, compiled Jun 11 2019 09:13:18)
Included patches: 1-1517
服务器版本
Linux version 3.13.0-32-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014
答案 0 :(得分:0)
我解决了困扰我三年的问题。
.bashrc:
export TERM=screen-256color
.tmux.conf:
set -g default-terminal "screen-256color"