Created
November 13, 2017 18:09
-
-
Save Alanaktion/0955ba3de6d25bf7ed961b25a235653d to your computer and use it in GitHub Desktop.
Windows-style mouse bindings for Sublime Text on 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": "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