Implement "Skip Selection" in Sublime Text mode. #5251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This a feature request to implement the "skip selection" feature for the multiple cursor functionality of Sublime Text mode.
In Sublime Text, this is used in conjunction with Ctrl+D, which selects the next instance of the currently selected word. Pressing Ctrl+K followed by Ctrl+D will skip the latest selection and then add the next selection.
Here's an example:
By highlighting the first
fooabove, then pressing Ctrl+D, Ctrl+K, Ctrl+D will cause #1 and #3 to be highlighted, but not #2.We're happy to take pull requests for this, but it's unlikely that the CodeMirror maintainers will implement this feature themselves.