Skip to content

Instantly share code, notes, and snippets.

View hodo862863's full-sized avatar

hodo862863

  • Joined Mar 25, 2026
View GitHub Profile
@hodo862863
hodo862863 / keybindings.json
Created April 21, 2026 07:54 — forked from DoubleDeez/keybindings.json
VSCode Visual Assist Key Bindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "alt+g",
"command": "editor.action.revealDefinition",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "f12",
"command": "-editor.action.revealDefinition",