Skip to content

Instantly share code, notes, and snippets.

@katpadi
Created July 12, 2016 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katpadi/90665dc75c14b4e2ff5776fb98298d73 to your computer and use it in GitHub Desktop.
Save katpadi/90665dc75c14b4e2ff5776fb98298d73 to your computer and use it in GitHub Desktop.
command + click to goto_definition
# Sublime CTags Mouse Map Command + Click to Go to definition
# Mac - create "Default (OSX).sublime-mousemap" in ~/Library/Application Support/Sublime Text 3/Packages/User
[
{
"button": "button1",
"count": 1,
"modifiers": ["command"],
"command": "goto_definition",
"press_command": "drag_select"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment