我在xshell中使用tmux + vim,当我使用它时会导致显示异常。
set laststatus=2 tmux版本
tmux 2.9avim版本
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发布于 2019-08-01 06:38:37
我解决了困扰我三年的问题。
.bashrc:
export TERM=screen-256color
.tmux.conf:
set -g default-terminal "screen-256color"https://stackoverflow.com/questions/56536595
复制相似问题