Hi,
I'm looking for the command to add a new cursor (i.e. what CTRL+D does but without having any selection).
This is what CTRL+left click does, but I'd like to bind this action to a key.
Thanks.
planet wrote:Hi, out of the box, you can set bookmarks at your cursor positions and use "Select All Bookmarks".
elif action == "show":
cursors.clear() elif action == "show" and len(self.saved_cursors_map[view_id]) > 0:
for cursor in cursors:
self.saved_cursors_map[view_id].add(cursor.begin())
cursors.clear()Users browsing this forum: Google [Bot] and 4 guests