Skip to content

Instantly share code, notes, and snippets.

@colinhacks
Created August 12, 2024 20:25
Show Gist options
  • Select an option

  • Save colinhacks/7e5ca935daba6e34b5d76e91a5b54b8f to your computer and use it in GitHub Desktop.

Select an option

Save colinhacks/7e5ca935daba6e34b5d76e91a5b54b8f to your computer and use it in GitHub Desktop.

Revisions

  1. colinhacks created this gist Aug 12, 2024.
    11 changes: 11 additions & 0 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    [
    {
    "key": "cmd+;",
    "command": "editor.action.goToDeclaration"
    },
    {
    "key": "shift+cmd+;",
    "command": "workbench.action.navigateBack",
    "when": "canNavigateBack"
    }
    ]