我最近改用vi了emacs.我喜欢CUA模式.但是,CUA模式会C-x杀死活动区域.当我想要清除矩形选择时,这很烦人C-x r c.
如何CUA在完全开箱即用的行为中使用模式C-x?
如果您查看cua-mode的帮助,它会为您提供使用与前缀键冲突的命令的选项(如C-x):
If you really need to perform a command which starts with one of the prefix keys even when the region is active, you have three options: - press the prefix key twice very quickly (within 0.2 seconds), - press the prefix key and the following key within 0.2 seconds, or - use the SHIFT key with the prefix key, i.e. C-S-x or C-S-c.