Skip to content

Instantly share code, notes, and snippets.

@bobby1030
Created October 23, 2016 11:49
Show Gist options
  • Save bobby1030/020bb13235a5a23bc07acb191f9a0db7 to your computer and use it in GitHub Desktop.
Save bobby1030/020bb13235a5a23bc07acb191f9a0db7 to your computer and use it in GitHub Desktop.
Sublime Keybindings
[
{ "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