Replies: 1 comment 1 reply
-
This is useful - thanks. I think for the moment I'm inclined to do these, as I think search needs careful thought to improve it:
Does this work? If so, I'll create an issue for it and add it to my personal backlog. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please post any multiple cursors features that are missing which you would like to have.
Big ones for me are:
Cmd+Shift+l
in Sublime Text. I actually switch back to sublime text from emacs just to use this functionality when editing text sometimes. A bit of a pain really to copy the text back and forthCtrl+Cmd+g
in Sublime Text andCmd+f
in vscode code to search and thenAlt+Enter
. Sublime Text also allows this functionality with the find mode. It's actually very useful because it then allows regex, case sensitivity changes, and the match whole word setting for doing this. I actually leave emacs in my normal workflow and open files in sublime or vscode just because of this.Beta Was this translation helpful? Give feedback.
All reactions