关于-tmux-配置文件不起作用
其原因为,tmux server 在运行后, 这时修改 tmux 的配置文件,其并没有读取 (就算使用 -f
选项).
需要重启 tmux server.
先用 tmux list-sessions 列出所有已经打开的 sessions, 用 tmux attach 连接后将其全部退出.
或者使用 killall tmux
or tmux kill-server
来关闭.
在 tmux 中,可以使用 source-file ~/.tmux.conf
来读取配置文件.
关于-tmux-配置文件不起作用
http://example.com/2022/11/18/关于-tmux-配置文件不起作用/