Gab*_*iel 7 sublimetext sublimetext3
我正在使用Sublime 3083.
假设我Ctrl-x在文件中剪切了一些text(),然后尝试将其粘贴到其他地方,在同一个文件或另一个文件中.
我将光标定位在我要粘贴文本的行上.
如果我点击Ctrl-v文字粘贴没有问题.
但是如果我不小心碰到了Ctrl-c,那么被剪切的文字就不能再粘贴了.它从剪贴板中删除,我被迫Ctrl-z回到文本被剪切之前的那一点.
即使击中时未选择任何文本,也会发生这种情况Ctrl-c.
我测试过,这种行为似乎是独家的Sublime.这是一个功能吗?如果是这样,它可以被禁用吗?
l'L*_*L'l 15
有一个设置Preferences > Settings - Default可以改变行为:
// If true, the copy and cut commands will operate on the current line
// when the selection is empty, rather than doing nothing.
"copy_with_empty_selection": false,
Run Code Online (Sandbox Code Playgroud)
将其更改为false应使其不会复制空选择.
| 归档时间: |
|
| 查看次数: |
1053 次 |
| 最近记录: |