Skip to content

Instantly share code, notes, and snippets.

@rgiovani
Created January 17, 2024 18:26
Show Gist options
  • Save rgiovani/d2d38e0470a5e46128584c57e2b085ad to your computer and use it in GitHub Desktop.
Save rgiovani/d2d38e0470a5e46128584c57e2b085ad to your computer and use it in GitHub Desktop.
VSCode keybindings
[
{
"key": "ctrl+'",
"command": "workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
},
{
"key": "ctrl+q",
"command": "workbench.action.quickOpenView"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment