Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在设置了 CUA 绑定的情况下按Ctrl+时,有没有办法在复制命令执行之前更改速度。C如果你按下它的速度足够快,你可以在区域上执行命令,而复制命令将被忽略。此设置非常快,如果可能的话,我希望它等待更长的时间。只是想知道是否有人知道如何改变它或控制它的位置。
我不使用 CUA,但它可能是cua-prefix-override-inhibit-delay:
cua-prefix-override-inhibit-delay
如果非零,则在覆盖前缀键之前延迟时间(以秒为单位)。如果在此时间内有额外的输入,则前缀键用作普通前缀键。因此,快速键入键序列将禁止覆盖前缀键。作为一种特殊情况,如果前缀键在此时间内重复,则丢弃第一个前缀键,因此快速连续输入两次前缀键也将禁止覆盖前缀键。如果该值为 nil,则使用移位的前缀键来禁止覆盖。