如果我已经打开了一个 tmux 会话,结果是我无法使用另一个 tmux 配置启动新的会话,即:
$ tmux # loads new session using ~/.tmux.conf
Run Code Online (Sandbox Code Playgroud)
在另一个航站楼...
$ tmux -f another.tmux.conf
( load the same tmux configuration )
Run Code Online (Sandbox Code Playgroud)
我尝试使用tmux -f another.tmux.conf new-session -s another
,但它也不起作用。