[ // shift+cmd+' maximize panel (from jetbrains) { "key": "shift+cmd+'", "command": "workbench.action.toggleMaximizedPanel", "when": "panelVisible" }, // terminal ctrl+[ → ESC { "key": "ctrl+[", "command": "workbench.action.terminal.sendSequence", "args": { "text": "\u001b" }, "when": "terminalFocus" } ]