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