joseramonc / multi-cursor

:tada:
MIT License
44 stars 7 forks source link

New cursor on next occurance #42

Closed lhunath closed 6 years ago

lhunath commented 6 years ago

A very popular way of creating a new cursor in other applications with multi-cursor support is to spawn the cursor on the next occurrence of the active selection, with that occurrence selected. Since multi-cursors are generally used for editing multiple locations in the exact same way, that usually only makes sense when they already contain the same text, and therefore, this method is an extremely efficient way of spawning cursors in the right location without having to tweak them after spawning.

joseramonc commented 6 years ago

I think what you're looking for is find-and-replace:select-next (on mac: cmd + d) or how is this feature different from that?

lhunath commented 6 years ago

... yeah. I was unaware of this. Apologies!