小编Pab*_* C.的帖子

我如何启动一个完全独立的 tmux 新实例?

如果我已经打开了一个 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,但它也不起作用。

linux terminal tmux

5
推荐指数
1
解决办法
2281
查看次数

标签 统计

linux ×1

terminal ×1

tmux ×1