Created
October 28, 2015 09:36
-
-
Save tokenvolt/bd60e2371b2f737bc240 to your computer and use it in GitHub Desktop.
Sublime mousemap settings for Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ | |
"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