Skip to content

Instantly share code, notes, and snippets.

@placidrod
Last active July 20, 2016 08:17
Show Gist options
  • Save placidrod/2a5ec858601dc4276502 to your computer and use it in GitHub Desktop.
Save placidrod/2a5ec858601dc4276502 to your computer and use it in GitHub Desktop.
Sublime Text - Click to Go to Definition (Save the file in Sublime Text 3 > Packages > User)
[
{
"button": "button1",
"count": 1,
"modifiers": ["alt"],
"press_command": "drag_select",
"command": "goto_definition"
},
{
"button": "button2",
"count": 1,
"modifiers": ["alt"],
"command": "jump_back"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment