This is an old revision of the document!
VSCode
Keyboard Shortcuts
Put these in keybindings.json
/** Activity bar */ { "key": "cmd+k cmd+e", "command": "workbench.view.explorer" }, { "key": "cmd+k cmd+g", "command": "workbench.view.scm" }, { "key": "cmd+k cmd+d", "command": "workbench.view.debug" }, { "key": "cmd+k cmd+x", "command": "workbench.extensions.action.showInstalledExtensions" }, { "key": "cmd+k cmd+p", "command": "workbench.view.extension.project-manager" },