Skip to content

Instantly share code, notes, and snippets.

@indrayam
Last active August 7, 2020 20:18
Show Gist options
  • Save indrayam/da16c78905a7aef1f6f9d0dd8fa65bd8 to your computer and use it in GitHub Desktop.
Save indrayam/da16c78905a7aef1f6f9d0dd8fa65bd8 to your computer and use it in GitHub Desktop.
VS Code Keyboard mappings (Aug 2020)
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+cmd+p",
"command": "projectManager.listProjects"
},
{
"key": "alt+cmd+p",
"command": "-projectManager.listProjects"
},
{
"key": "cmd+k cmd+o",
"command": "extension.liveServer.goOnline",
"when": "editorTextFocus"
},
{
"key": "cmd+l cmd+o",
"command": "-extension.liveServer.goOnline",
"when": "editorTextFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment