Skip to content

Instantly share code, notes, and snippets.

@Francis0927
Francis0927 / keybindings.json
Created October 15, 2025 07:08 — 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",