tmux会话切换器现在显示属于sesions的窗口


3

我最近从源代码编译tmux而不是通过自制程序,因为某些原因我不能再回忆起了。同时,切换会话^b s开始显示每个会话下的所有窗口,而不仅仅是会话:

会话切换器现在

有什么方法可以恢复到以前只显示会话的行为而不是属于它们的窗口吗?

Answers:


2

默认绑定Prefixs已更改choose-session为新命令choose-tree(即从会话和窗口树中选择)。

要恢复旧的行为,只需重新绑定schoose-session(例如在你的.tmux.conf):

bind-key s choose-session
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.