tmux使用neovim时出现颜色问题解决方法

63 阅读1分钟
set -as terminal-features ",*:RGB" # <-- this is the important line
set -g default-terminal "tmux-256color"
set -sg escape-time 10
set -g focus-events on