Skip to content

Instantly share code, notes, and snippets.

@peter
Created April 10, 2019 13:32
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 peter/f67facdb6da0f20c194ac12eb5ba47b4 to your computer and use it in GitHub Desktop.
Save peter/f67facdb6da0f20c194ac12eb5ba47b4 to your computer and use it in GitHub Desktop.
VS Code Keybindings
[
{
"key": "cmd+t",
"command": "workbench.action.quickOpen"
},
{
"key": "cmd+p",
"command": "-workbench.action.quickOpen"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment