Skip to content

Instantly share code, notes, and snippets.

@harmo
Created February 7, 2017 13:37
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 harmo/aeef243fdb7f11df222e47b72aaa3810 to your computer and use it in GitHub Desktop.
Save harmo/aeef243fdb7f11df222e47b72aaa3810 to your computer and use it in GitHub Desktop.
SublimeText3 - Goto definition

Create "Default (Linux).sublime-mousemap" in ~/.config/sublime-text-3/Packages/User

[
    {
        "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