Created
August 27, 2022 12:34
-
-
Save mikaelhg/925a2dd8b520bc34d90ecfa90fe2858d to your computer and use it in GitHub Desktop.
Some VS Code keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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