Skip to content

Instantly share code, notes, and snippets.

@valeriikundas
Created June 14, 2021 21:11
Show Gist options
  • Save valeriikundas/11cfaad8661f0fdf654b6c57fd538609 to your computer and use it in GitHub Desktop.
Save valeriikundas/11cfaad8661f0fdf654b6c57fd538609 to your computer and use it in GitHub Desktop.
// Empty
[
{
"key": "ctrl+shift+q",
"command": "git.openFile",
"when": "editorFocus && isInDiffEditor"
},
{
"key": "ctrl+shift+q",
"command": "git.openChange",
"when": "editorFocus && !isInDiffEditor"
},
{
"key": "shift+alt+m",
"command": "workbench.action.toggleMaximizedPanel"
},
{
"key": "cmd+shift+j",
"command": "workbench.action.terminal.focusNext"
},
{
"key": "cmd+shift+k",
"command": "workbench.action.terminal.focusPrevious"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment