Skip to content

Instantly share code, notes, and snippets.

@colinhacks
Created August 12, 2024 20:25
Show Gist options
  • Save colinhacks/7e5ca935daba6e34b5d76e91a5b54b8f to your computer and use it in GitHub Desktop.
Save colinhacks/7e5ca935daba6e34b5d76e91a5b54b8f to your computer and use it in GitHub Desktop.
`goToDefinition` and `navigateBack`
[
{
"key": "cmd+;",
"command": "editor.action.goToDeclaration"
},
{
"key": "shift+cmd+;",
"command": "workbench.action.navigateBack",
"when": "canNavigateBack"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment