Quantcast
Channel: How to switch the cursor between terminal and code in VSCode? - Super User
Viewing all articles
Browse latest Browse all 17

Answer by Gaetan for How to switch the cursor between terminal and code in VSCode?

$
0
0

Here is how to have the same hotkey to switch back and forth from code to terminal for maximum productivity:

    {"key": "f1","command": "workbench.action.focusActiveEditorGroup","when": "terminalFocus"    },    {"key": "f1","command": "workbench.action.terminal.focusNext","when": "!terminalFocus"    },

Viewing all articles
Browse latest Browse all 17

Trending Articles