Skip to content

Instantly share code, notes, and snippets.

@danwaz
Last active October 6, 2017 15:08
Show Gist options
  • Save danwaz/66c774313431e10bd4c3aca92f9a8622 to your computer and use it in GitHub Desktop.
Save danwaz/66c774313431e10bd4c3aca92f9a8622 to your computer and use it in GitHub Desktop.
Ctrl+click Goto Definition shortcut for Sublime Text 3 (OSX)
// Place the following in ~/Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-mousemap
[
{
"button": "button1",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "goto_definition"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment