Skip to content

Instantly share code, notes, and snippets.

@kepocnhh
Last active August 14, 2022 14:04
Show Gist options
  • Save kepocnhh/b756439d2efc606cb0c28400d1bdb494 to your computer and use it in GitHub Desktop.
Save kepocnhh/b756439d2efc606cb0c28400d1bdb494 to your computer and use it in GitHub Desktop.
Sublime mousemap
[
{
"button": "button1",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "goto_definition"
},
{
"button": "button3",
"press_command": "drag_select",
"press_args": {"by": "columns"}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment