Skip to content

Instantly share code, notes, and snippets.

@laricko
Last active February 27, 2026 08:00
Show Gist options
  • Select an option

  • Save laricko/2f189ff0247a9495c3c1f6e4244c21ad to your computer and use it in GitHub Desktop.

Select an option

Save laricko/2f189ff0247a9495c3c1f6e4244c21ad to your computer and use it in GitHub Desktop.
keybindings.json for vscode
[
{
"key": "shift+cmd+g",
"command": "workbench.view.scm",
"when": "workbench.scm.active"
},
{
"key": "ctrl+shift+g",
"command": "-workbench.view.scm",
"when": "workbench.scm.active"
},
{
"key": "shift+cmd+o",
"command": "outline.focus"
},
{
"key": "cmd+1",
"command": "workbench.action.openEditorAtIndex1"
},
{
"key": "cmd+2",
"command": "workbench.action.openEditorAtIndex2"
},
{
"key": "cmd+3",
"command": "workbench.action.openEditorAtIndex3"
},
{
"key": "cmd+4",
"command": "workbench.action.openEditorAtIndex4"
},
{
"key": "cmd+5",
"command": "workbench.action.openEditorAtIndex5"
},
{
"key": "cmd+6",
"command": "workbench.action.openEditorAtIndex6"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment