Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ikasoumen/fc40b2192d27aefc54f6af3664b08edc to your computer and use it in GitHub Desktop.
Save ikasoumen/fc40b2192d27aefc54f6af3664b08edc to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+cmd+p",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "alt+cmd+[",
"command": "workbench.action.terminal.focusNextPane",
"when": "terminalFocus"
},
{
"key": "alt+cmd+]",
"command": "workbench.action.terminal.focusPreviousPane",
"when": "terminalFocus"
},
{
"key": "alt+cmd+p",
"command": "workbench.action.terminal.focus",
"when": "editorFocus"
},
{
"key": "alt+cmd+[",
"command": "workbench.action.focusLeftGroup",
"when": "editorFocus"
},
{
"key": "alt+cmd+]",
"command": "workbench.action.focusRightGroup",
"when": "editorFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment