Reputation: 3381
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
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