我正在查看tmux
from screen
,并且在配置(高度可配置!)tmux
键绑定时遇到了问题。
问题是,在我的.screenrc
我有
bindkey ^[[d prev
bindkey ^[[c next
bindkey ^[[a title
bindkey ^[[b screen 1
Run Code Online (Sandbox Code Playgroud)
和绑定工作(它们最初来自rxvt-tabbedex
)。
但是tmux
显然没有办法将命令绑定到ShiftLeft/Right组合。请证明我是错的。