This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| // TERMINAL SHORTCUTS | |
| { | |
| // Focus the terminal when the terminal is not focused | |
| "key": "ctrl+;", | |
| "command": "workbench.action.terminal.focus", | |
| "when": "editorFocus" | |
| }, | |
| { | |
| // Focus the active editor group (text editor) when the terminal is focused |