Skip to content

Instantly share code, notes, and snippets.

@tirzasrwn
Last active March 18, 2022 01:20
Show Gist options
  • Save tirzasrwn/3f310eed697d4b1ac25a378edd816939 to your computer and use it in GitHub Desktop.
Save tirzasrwn/3f310eed697d4b1ac25a378edd816939 to your computer and use it in GitHub Desktop.
vscode user keybindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+/",
"command": "openInTerminal"
},
{
"key": "ctrl+shift+'",
"command": "workbench.action.terminal.kill"
},
{
"key": "ctrl+shift+0",
"command": "workbench.action.toggleMaximizedPanel"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment