Ctrl+1
これで最初のエディタをフォーカスする
Ctrl+@でターミナルとエディタを行ったり来たりするように設定
- Ctrl+Shift+Pで”Preferences: Open Keyboard Shortcuts (JSON)“と入力
- []内に以下を入力。
12345678910// Toggle between terminal and editor focus{"key": "ctrl+`","command": "workbench.action.terminal.focus"},{"key": "ctrl+`","command": "workbench.action.focusActiveEditorGroup","when": "terminalFocus"}
参考:https://stackoverflow.com/questions/42796887/switch-focus-between-editor-and-integrated-terminal