我正在尝试创造新加坡科技教育委员会我的快捷方式〜/ .tmux.conf
我曾成功管理过以下员工:
bind -n ^e 分割窗口 -h bind -n Ce 分割窗口 -h
#
但以下方法似乎都不起作用:
bind -n SCe 分割窗口 -h 绑定 -n SCE 分割窗口 -h 绑定 -n S-^e 分割窗口 -h 绑定-n S-^E 分割窗口-h bind -n S^e 分割窗口-h bind -n S^E 分割窗口 -h
#
令人惊讶的是,甚至这个也有效:
绑定 -n SC-左分割窗口 -h 绑定 -n SC-右分割窗口 -h
#
但事实并非如此::(
绑定 -n SC-Up 分割窗口 -h 绑定 -n SC-Down 分割窗口 -h
#
如何在 tmux 中创建类似 SC-#character 的快捷方式?
我在用:
tmux 2.0
xfce4-terminal 0.6.2(Xfce 4.10)
Debian GNU/Linux 7.8(wheezy)
答案1
首先确保您的桌面环境未捕获这些键绑定。查看xfce4-keyboard-settings
并xfwm4-settings
获取快捷键列表。