VS Code Shortcuts I find useful

Posted on Oct 20, 2024
  1. 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.

  1. Go back to file view:

Ctrl+Shift+E