Alexander Soare
Alexander Soare

Reputation: 3267

Is there a way to go to next occurrence without adding cursors?

To help me navigate I commonly make use of the ctrl+D shortcut for highlighting the next occurrence of a variable, then I click with my mouse to get out of multi-cursor mode and place a single cursor at the last highlighted occurrence.

But lately I'm working on minimizing mouse usage, so I need to avoid doing that last click. The problem is that I can't exit multi-cursor mode and stay on my last cursor. Pressing the Esc key teleports me back to the original occurrence, which is not what I want.

So:

Upvotes: 2

Views: 924

Answers (1)

Alexander Soare
Alexander Soare

Reputation: 3267

Found it. The command is called "Find Next Selection" and defaults to ctrl+f3

Upvotes: 6

Related Questions