Skip to content

Instantly share code, notes, and snippets.

@mikaelhg
Created August 27, 2022 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelhg/925a2dd8b520bc34d90ecfa90fe2858d to your computer and use it in GitHub Desktop.
Save mikaelhg/925a2dd8b520bc34d90ecfa90fe2858d to your computer and use it in GitHub Desktop.
Some VS Code keybindings
[
{ "key": "alt+1", "command": "workbench.action.openEditorAtIndex1" },
{ "key": "alt+2", "command": "workbench.action.openEditorAtIndex2" },
{ "key": "alt+3", "command": "workbench.action.openEditorAtIndex3" },
{ "key": "alt+4", "command": "workbench.action.openEditorAtIndex4" },
{ "key": "alt+5", "command": "workbench.action.openEditorAtIndex5" },
{ "key": "alt+6", "command": "workbench.action.openEditorAtIndex6" },
{ "key": "alt+7", "command": "workbench.action.openEditorAtIndex7" },
{ "key": "alt+8", "command": "workbench.action.openEditorAtIndex8" },
{ "key": "alt+9", "command": "workbench.action.openEditorAtIndex9" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment