Skip to content

Instantly share code, notes, and snippets.

@alanhe421
Last active January 12, 2026 14:23
Show Gist options
  • Select an option

  • Save alanhe421/5d5b95840ffe8faa1e29aec8f0092b04 to your computer and use it in GitHub Desktop.

Select an option

Save alanhe421/5d5b95840ffe8faa1e29aec8f0092b04 to your computer and use it in GitHub Desktop.
hotkey for vsc
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "alt+f2",
"command": "extension.openInDefaultBrowser"
},
{
"key": "cmd+down",
"command": "git.openFile",
"when": "isInDiffEditor"
},
{
"key": "cmd+k",
"command": "workbench.action.terminal.clear",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment