VS Code Shortcuts I find useful
- Navigating to search results:
After Ctrl+Shift+F, press Ctrl+ArrowDown to navigate to the next search result. [https://superuser.com/questions/1524559/shortcut-to-go-to-the-search-result-panel-in-vscode](stackoverflow link)
Or Ctrl+J with:
{
"key": "ctrl+j",
"command": "search.action.focusNextSearchResult",
}
in keybindings.json.
- Go back to file view:
Ctrl+Shift+E