Skip to content

Instantly share code, notes, and snippets.

@rogervila
Created August 25, 2024 21:32
Show Gist options
  • Save rogervila/4e8e56edd6dcd0fb86ff87b80af7d06b to your computer and use it in GitHub Desktop.
Save rogervila/4e8e56edd6dcd0fb86ff87b80af7d06b to your computer and use it in GitHub Desktop.
VSCode keybindings
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+[Semicolon]",
"command": "workbench.action.terminal.new",
"when": "terminalProcessSupported || terminalWebExtensionContributedProfile"
},
{
"key": "ctrl+shift+`",
"command": "-workbench.action.terminal.new",
"when": "terminalProcessSupported || terminalWebExtensionContributedProfile"
}
]
@rogervila
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment