Ste*_*itt 13
该-f
选项告诉tmux
使用指定的配置文件而不是默认的(/etc/tmux.conf
和~/.tmux.conf
)。您可以将其指向/dev/null
完全跳过配置:
tmux -f /dev/null
Run Code Online (Sandbox Code Playgroud)
或使用您自己的配置:
tmux -f ~/.tmux.plhn.conf
Run Code Online (Sandbox Code Playgroud)
这仅在启动时有效 tmux
;如果tmux
服务器已经在运行,则不能以这种方式更改其配置。