Skip to content

Instantly share code, notes, and snippets.

@luminuszz
Created March 14, 2024 14:16
Show Gist options
  • Save luminuszz/69a36311dc8d0b8d6ffc0258ba26136c to your computer and use it in GitHub Desktop.
Save luminuszz/69a36311dc8d0b8d6ffc0258ba26136c to your computer and use it in GitHub Desktop.
my vscode shortcuts
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+shift+e",
"command": "workbench.view.explorer",
"when": "workbench.scm.active"
},
{
"key": "ctrl+shift+e",
"command": "-workbench.view.explorer",
"when": "viewContainer.workbench.view.explorer.enabled"
},
{
"key": "ctrl+q",
"command": "-workbench.action.quit"
},
{
"key": "ctrl+q",
"command": "workbench.action.toggleMenuBar"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment