Skip to content

Instantly share code, notes, and snippets.

@reecer
Created April 2, 2014 22:27
Show Gist options
  • Save reecer/9944517 to your computer and use it in GitHub Desktop.
Save reecer/9944517 to your computer and use it in GitHub Desktop.
Sublime Text multiple cursor key binding
[
{ "keys": ["alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+down"], "command": "select_lines", "args": {"forward": true} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment