Releases
v0.7
Add cursor and jump to next match
There are two new commands for incrementally adding cursors to matches:
MultipleCursorsAddJumpNextMatch
: Add a virtual cursor to the word under the cursor then move the real cursor to the next match
MultipleCursorsJumpNextMatch
: Move the real cursor to the next match
The commands to add cursors to matches have been renamed again, sorry.
MultipleCursorsAddBySearch
is now MultipleCursorsAddMatches
MultipleCursorsAddBySearchV
is now MultipleCursorsAddMatchesV
Commands related to adding cursors to search matches are now ensured to be case sensitive
It's now possible to add multiple cursors using a count with the MultipleCursorsAddDown
and MultipleCursorsAddUp
commands
When exiting multiple cursors, the position of the cursor will now be restored to the position of the first virtual cursor
The implementation of up and down movement has been simplified, which means that virtual cursors no longer go off screen
You can’t perform that action at this time.