我尝试使用shift + shift配置键映射,这是可行的吗?
我试过了:
<S-S> But this maps shift + S
<S><S> and this that maps to unknown
答案 0 :(得分:3)
您无法单独映射到修饰键(例如 Ctrl , Shift , Alt );它们只能与结合使用代表可打印字符的其他键(例如<C-a>
= Ctrl + A )。这主要是因为终端不会单独为修改键发送按键事件。不幸的是,这些组合中也存在局限性(也在GVIM中)。某些组合键,例如 Ctrl +非字母无法映射, Ctrl + letter vs. Ctrl + Shift +字母无法区分。