答案1
这可能是此键绑定的效果/usr/share/byobu/keybindings/f-keys.tmux
:
bind-key -n C-S-F2 new-session
您可以编辑~/.byobu/keybindings.tmux
并删除该键绑定:
unbind-key -n C-S-F2
tmux 中的部分默认按键组合如下(来自man tmux
):
s Select a new session for the attached client
interactively.
这与前缀(默认值:)一起使用Ctrlb,因此您可以尝试Ctrlb+s来切换会话。
默认情况下,tmux
如果运行时已存在多个会话,还会要求您从打开的会话列表中进行选择:
~ byobu-tmux
Byobu sessions...
1. tmux: 1: 2 windows (created Thu Jan 18 18:03:21 2018) [80x23]
2. tmux: 2: 1 windows (created Thu Jan 18 18:03:24 2018) [80x23]
3. tmux: 3: 1 windows (created Thu Jan 18 18:03:25 2018) [80x23]
4. Create a new Byobu session (tmux)
5. Run a shell without Byobu (/bin/zsh)
Choose 1-5 [1]: