Skip to content

Instantly share code, notes, and snippets.

@Mrkisha
Last active August 29, 2015 14:04
Show Gist options
  • Save Mrkisha/2596ae4602b0a1b5019b to your computer and use it in GitHub Desktop.
Save Mrkisha/2596ae4602b0a1b5019b to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": { "single_line": false } },
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+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