Skip to content

Instantly share code, notes, and snippets.

@tokenvolt
Created October 28, 2015 09:36
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 tokenvolt/bd60e2371b2f737bc240 to your computer and use it in GitHub Desktop.
Save tokenvolt/bd60e2371b2f737bc240 to your computer and use it in GitHub Desktop.
Sublime mousemap settings for Linux
[
{
"button": "button1",
"modifiers": ["alt"],
"press_command": "drag_select",
"command": "elixir_goto_definition"
},
{
"button": "button1",
"modifiers": ["shift"],
"press_command": "drag_select",
"press_args": {"extend": true}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment