Sublime Forum

Go to next occurance on lines

#1

Assume that I have the cursor set in multiple places, I want each cursor to jump forward to the next occurrence of a string. How can I do that?

As an example:

xxx
c:\\path/hello
xx
c:\\temp\\dir/hello/there
xxx
d:\\temp2\\dir2//hellothere
xxx

If I have the cursors set at the : character I want to move forward to the next / characters. I want to repeat that action a few times meaning that one cursor will disappear when the next position is after the next cursor.

0 Likes