Last active
August 7, 2020 20:18
-
-
Save indrayam/da16c78905a7aef1f6f9d0dd8fa65bd8 to your computer and use it in GitHub Desktop.
VS Code Keyboard mappings (Aug 2020)
This file contains 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
// 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