Skip to content

Instantly share code, notes, and snippets.

@jasonmadigan
Created November 15, 2011 17:09
Show Gist options
  • Save jasonmadigan/1367630 to your computer and use it in GitHub Desktop.
Save jasonmadigan/1367630 to your computer and use it in GitHub Desktop.
Sublime Text Multiline key bindings
[
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+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