Skip to content

Instantly share code, notes, and snippets.

@rasy-js
Last active August 29, 2015 14:24
Show Gist options
  • Save rasy-js/949ef8de11ade5e7aa0e to your computer and use it in GitHub Desktop.
Save rasy-js/949ef8de11ade5e7aa0e to your computer and use it in GitHub Desktop.
[
// Mouse 3 column select
{
"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": ["alt"],
"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