gotofritz
gotofritz

Reputation: 3381

Is there a VS Code keyboard shortcut for opening the next match in a multiple file search?

So I run a multiple search in files. I get a list of results. I open one and do my thing on it, then close it. Now I want to open the next file from the list of matches. Can I do it with a shortcut, without using the mouse? Couldn't find a keyboard shortcut for that.

Thanks

Upvotes: 2

Views: 57

Answers (1)

Wosi
Wosi

Reputation: 45243

You can use search.action.focusNextSearchResult and search.action.focusPreviousSearchResult to navigate through the search results.

On Windows their default keybindings are F4 and Shift+F4.

Upvotes: 1

Related Questions