当我在Xshell中使用vim + tmux时如何解决显示异常

时间:2019-06-11 04:42:20

标签: vim tmux xshell

我在xshell中使用tmux + vim,使用它会导致显示异常

set laststatus=2 
  • 在xshell中使用不带tmux的vim,就可以了
  • 在xshell中使用vim + tmux而不使用状态行,就可以了
  • 用在腻子或mobaxterm中,效果很好
tmux版本
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

enter image description here

1 个答案:

答案 0 :(得分:0)

我解决了困扰我三年的问题。

.bashrc:

export TERM=screen-256color

.tmux.conf:

set -g default-terminal "screen-256color"