Skip to content

Instantly share code, notes, and snippets.

@paddy2k
paddy2k / Default (Linux).sublime-mousemap
Last active December 15, 2015 05:58
Use the mouse to GoTo Definition with Sublime Text 3
[
{
"button": "button2", "modifiers": ["ctrl"],
"command": "goto_definition",
"press_command": "drag_select"
}
]