Skip to content

Instantly share code, notes, and snippets.

@ltdev22
Created May 10, 2022 13:25
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 ltdev22/92a4f27a9227a37f4fcc5525f2f4617b to your computer and use it in GitHub Desktop.
Save ltdev22/92a4f27a9227a37f4fcc5525f2f4617b to your computer and use it in GitHub Desktop.
VS Code key bundnings
[
{
"key": "cmd+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+cmd+s",
"command": "-workbench.action.files.saveAll"
},
{
"key": "alt+cmd+s",
"command": "workbench.action.files.save"
},
{
"key": "cmd+s",
"command": "-workbench.action.files.save"
},
{
"key": "alt+cmd+n",
"command": "workbench.action.files.newUntitledFile"
},
{
"key": "cmd+n",
"command": "-workbench.action.files.newUntitledFile"
},
{
"key": "cmd+n",
"command": "extension.advancedNewFile"
},
{
"key": "alt+cmd+n",
"command": "-extension.advancedNewFile"
},
{
"key": "cmd+`",
"command": "workbench.action.quickSwitchWindow"
},
{
"key": "cmd+`",
"command": "workbench.action.quickOpenSelectNext",
"when": "inQuickOpen"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment