Last active
February 6, 2022 11:38
-
-
Save nikteg/bc3f6f0d4c4790cf41d91cdfd7a1d373 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": ["super"], | |
| "press_command": "drag_select", | |
| "command": "goto_definition" | |
| }, | |
| { | |
| "button": "button1", | |
| "count": 1, | |
| "modifiers": ["shift", "alt"], | |
| "press_command": "drag_select", | |
| "press_args": { "additive": true } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment