【发布时间】:2022-06-11 20:38:18
【问题描述】:
我无法在 iTerm2 或终端中打开 tmux,而 tmux.conf 为空。从正在运行的会话中拆分窗口也会失败。 (并不是说我不再有任何正在运行的会话。)在 iTerm2 中,我得到了三种可能的响应之一;终端只有两个。 (我还尝试了 tmux 附带的示例 tmux.conf。结果相同)。
在 iTerm2 中
[jayed@merlot ~/jank] tmux -f ./none.conf
[exited]
[jayed@merlot ~/jank] Term2 3.4.15
[jayed@merlot ~/jank] tmux -f ./none.conf
[exited]
[jayed@merlot ~/jank] tmux -f ./none.conf
^[[>0;95;0c^[P>|iTerm2 3.4.15^[\[exited]
在终端中
[jayed@merlot ~/jank] tmux -f ./none.conf
[exited]
[jayed@merlot ~/jank] tmux -f ./none.conf
^[[>1;95;0c[exited]
【问题讨论】: