Skip to content

Instantly share code, notes, and snippets.

@indrayam
Last active August 7, 2020 20:18
Show Gist options
  • Select an option

  • Save indrayam/da16c78905a7aef1f6f9d0dd8fa65bd8 to your computer and use it in GitHub Desktop.

Select an option

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 overwrite the defaults
[
{
"key": "shift+cmd+v",
"command": "-markdown-preview-enhanced.openPreview",
"when": "editorLangId == 'markdown'"
},
{
"key": "cmd+k v",
"command": "-markdown.showPreviewToSide",
"when": "editorLangId == 'markdown'"
},
{
"key": "shift+cmd+v",
"command": "-markdown.showPreview",
"when": "editorLangId == 'markdown'"
},
{
"key": "cmd+k v",
"command": "-markdown-preview-enhanced.openPreviewToTheSide",
"when": "editorLangId == 'markdown'"
},
{
"key": "cmd+k v",
"command": "markdown-preview-enhanced.openPreviewToTheSide"
},
{
"key": "ctrl+cmd+p",
"command": "projectManager.listProjects"
},
{
"key": "alt+cmd+p",
"command": "-projectManager.listProjects"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment