17

In Sublime Text, you can add a cursor to multiple arbitrary locations using Ctrl+click. However, using the mouse is often imprecise, so I sometimes encounter the need to undo a click (having already selected multiple locations in the text), but haven't found a way to do it so I have to start all over.

Is there a way to 'remove' a cursor after specifying it using the mouse?

Note: I'm aware of multiple cursor usage with the keyboard, this question is specifically about mouse usage.

4

4 回答 4

16

并不是要在这个主题上发表墓地帖子,但我发现这正是我想要的:

Ctrl+ U( Mac 上的Cmd+ U)似乎删除了最后放置的插入符号。

在这里找到:https ://www.sublimetext.com/forum/viewtopic.php?f=4&t=5091

挖掘 Sublime 的 Default Key Bindings 文件,命令名称是soft_undo

因此,通过修改用户定义的键绑定,您可以设置要触发的任何键/鼠标组合soft_undo

于 2015-05-11T17:35:31.770 回答
12

您可以alt在 Windows 和 linux 上使用修饰符,shift+cmd在 OS X 上使用修饰符,同时选择使用“减法”模式。您还可以使用一个简单的插件来删除视图中的第一个或最后一个光标(不是第一个或最后一个添加的,第一个或最后一个)并将其绑定到一个键盘命令。

于 2013-04-21T17:30:23.113 回答
9

Alt+Middle Click适用于 Sublime3 中的 Windows

于 2016-04-06T10:48:56.050 回答
2

如果它有帮助:如果您正在使用插件CodeIntel(版本 2.2.0),通过从 Sublime 中删除它,alt+click再次删除游标。

于 2016-05-25T13:10:03.300 回答