tmux color profile (-2) 在 iterm2 或其他地方启动时

tmux color profile (-2) when starting in iterm2 or other places

我将 iTerm2 与 tmux 一起使用并通过以下方式调用它:

tmux -CC new -s MySession

我想知道在 iTerm2 中调用 tmux 时做类似 -2 的事情是否有用,或者它是否处理了所有颜色配置文件,

tmux -2 -CC new -s MySession

实际上,更进一步,-2 选项什么时候有意义?当我在 linux 服务器上调用 tmux 时,配置文件已经在执行 -2(可能在 tmux.conf 中)似乎经常发生——有没有办法知道 -2 会影响默认的 tmux 会话吗?

如果 tmux 可以确定(通过 $TERM 和 terminfo/termcap/etc)您的终端支持 256 色,则不需要 -2。该选项允许 tmux 假设 256 种颜色在终端未正确宣传该功能时得到支持。