Skip to content

Instantly share code, notes, and snippets.

@jrmlstf
Created October 23, 2013 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrmlstf/7115874 to your computer and use it in GitHub Desktop.
Save jrmlstf/7115874 to your computer and use it in GitHub Desktop.
Sublime prefs
[
{ "keys": ["super+shift+r"], "command": "reindent", "args": {"single_line": false} },
{ "keys": ["super+shift+e"], "command": "abacus" },
{ "keys": ["super+alt+k"], "command": "fold_by_level", "args": {"level": 1} },
{ "keys": ["super+alt+,"], "command": "fold_by_level", "args": {"level": 2} },
{ "keys": ["super+alt+i"], "command": "fold" },
{ "keys": ["super+alt+j"], "command": "unfold" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment