Skip to content

Instantly share code, notes, and snippets.

@dencorg
Created August 2, 2023 21:07
Show Gist options
  • Save dencorg/8c3023cbeb933477c6c5a6f03242c264 to your computer and use it in GitHub Desktop.
Save dencorg/8c3023cbeb933477c6c5a6f03242c264 to your computer and use it in GitHub Desktop.
keybindings.json
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+r",
"command": "workbench.action.gotoSymbol"
},
{
"key": "cmd+;",
"command": "cursorLineEnd"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment