🪴 XQZmeSIR

Search

SearchSearch

Recent Posts

  • Doomsday scenario and Stoics practice of negative visualization

    Jun 06, 2025

    • Region Beta Paradox

      Jun 06, 2025

      • Sunk Cost Fallacy

        Jun 06, 2025

        • How to import-export CSV from Kaggle to PostgreSQL using psql copy command?

          Jun 02, 2025

          • Anchoring

            Jun 02, 2025

            • Availability Heuristic

              Jun 02, 2025

              Home

              ❯

              learning programming

              ❯

              How to switch the cursor between terminal and code in VSCode?

              How to switch the cursor between terminal and code in VSCode?

              Mar 23, 20251 min read

              • shortcuts
              • vscode

              Generally VS Code uses ctrl+j to open Terminal so I created a keybinding to switch with ctrl+k combination, like below at keybindings.json:

              {
                  "key": "ctrl+k",
                  "command": "workbench.action.terminal.focus"
              },
              {
                  "key": "ctrl+k",
                  "command": "workbench.action.focusActiveEditorGroup",
                  "when": "terminalFocus"
              }

              Reference:

              • https://superuser.com/questions/1270103/how-to-switch-the-cursor-between-terminal-and-code-in-vscode

              Related:

              Graph View

              How to switch the cursor between terminal and code in VSCode?How to Update VS Code on Manjaro Linux
              • Reference:
              • Related:

              Backlinks

              • How to Update VS Code on Manjaro Linux

              Created with Quartz v4.2.3 © 2025

              • GitHub
              • X(Twitter)
              • Email