Skip to content

Instantly share code, notes, and snippets.

@doozie-akshay
Created April 28, 2020 12:04
Show Gist options
  • Save doozie-akshay/918ddbdb397058d7109105dbb9c9cd22 to your computer and use it in GitHub Desktop.
Save doozie-akshay/918ddbdb397058d7109105dbb9c9cd22 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+m",
"command": "editor.action.jumpToBracket",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+\\",
"command": "-editor.action.jumpToBracket",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+o",
"command": "workbench.action.openRecent"
},
{
"key": "ctrl+r",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+r",
"command": "workbench.action.gotoSymbol"
},
{
"key": "ctrl+shift+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "ctrl+t",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+t",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
},
{
"key": "ctrl+e ctrl+e",
"command": "workbench.action.focusActiveEditorGroup"
},
{
"key": "ctrl+k ctrl+k",
"command": "workbench.action.toggleZenMode"
},
{
"key": "alt+ctrl+right",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus"
},
{
"key": "alt+ctrl+left",
"command": "workbench.action.terminal.focusPrevious",
"when": "terminalFocus"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment