Created
February 26, 2016 10:22
-
-
Save attenzione/ff6f02eb4b475899383b to your computer and use it in GitHub Desktop.
This file contains 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": ["super+u"], "command": "upper_case" }, | |
{ "keys": ["super+l"], "command": "lower_case" }, | |
{ "keys": ["super++shift+'"], "command": "change_quotes" }, | |
// Multiple carets | |
{ "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