Skip to content

Instantly share code, notes, and snippets.

@jimmy-zhening-luo
Created November 19, 2025 00:28
Show Gist options
  • Select an option

  • Save jimmy-zhening-luo/953a31de72524f8cfa889c10b1b1006f to your computer and use it in GitHub Desktop.

Select an option

Save jimmy-zhening-luo/953a31de72524f8cfa889c10b1b1006f to your computer and use it in GitHub Desktop.
{
"$id": "https://gist.github.com/jimmy-zhening-luo/953a31de72524f8cfa889c10b1b1006f/raw",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Fake Keybinding Schema",
"allowTrailingCommas": true,
"allOf": [
{
"$ref": "vscode://schemas/keybindings"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment