Skip to content

Instantly share code, notes, and snippets.

View alanhe421's full-sized avatar
⌨️
Focusing

Alan.He alanhe421

⌨️
Focusing
View GitHub Profile
@alanhe421
alanhe421 / keybindings.json
Last active January 12, 2026 14:23
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"