Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个tmuxinator项目。在运行一个时,tmux我希望能够快速退出它(例如,一个组合键)并终止会话,以便下次我打开项目时它以相同的状态启动。分离不起作用,因为它不会重置状态。
tmuxinator
tmux
这可能吗?
只需添加bind k kill-session到.tmux.conf. 然后你可以退出并终止会话PREFIX k。
bind k kill-session
.tmux.conf
PREFIX k