Skip to content

Instantly share code, notes, and snippets.

@attenzione
Created February 26, 2016 10:22
Show Gist options
  • Save attenzione/ff6f02eb4b475899383b to your computer and use it in GitHub Desktop.
Save attenzione/ff6f02eb4b475899383b to your computer and use it in GitHub Desktop.
[
{ "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