Skip to content

Instantly share code, notes, and snippets.

@Alanaktion
Created November 13, 2017 18:09
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 Alanaktion/0955ba3de6d25bf7ed961b25a235653d to your computer and use it in GitHub Desktop.
Save Alanaktion/0955ba3de6d25bf7ed961b25a235653d to your computer and use it in GitHub Desktop.
Windows-style mouse bindings for Sublime Text on Linux
[
{
"button": "button3",
"press_command": "drag_select",
"press_args": {"by": "columns"}
},
{
"button": "button3", "modifiers": ["ctrl"],
"press_command": "drag_select",
"press_args": {"by": "columns", "additive": true}
},
{
"button": "button3", "modifiers": ["shift"],
"press_command": "drag_select",
"press_args": {"by": "columns", "subtractive": true}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment