This is an old revision of the document!
Keybindings
Place in keybindings.json
/** Activity bar */ // Explorer { "key": "cmd+k cmd+e", "command": "workbench.view.explorer" }, // git { "key": "cmd+k cmd+g", "command": "workbench.view.scm" }, // debug { "key": "cmd+k cmd+d", "command": "workbench.view.debug" }, // installed extensions { "key": "cmd+k cmd+x", "command": "workbench.extensions.action.showInstalledExtensions" }, // project manager { "key": "cmd+k cmd+p", "command": "workbench.view.extension.project-manager" }, // database { "key": "cmd+k cmd+m", "command": "workbench.view.extension.sqltoolsActivityBarContainer" }, // emmett { "key": "cmd+m cmd+w", "command": "editor.emmet.action.wrapWithAbbreviation" }