Skip to content

Instantly share code, notes, and snippets.

@johnrizzo1
Created July 24, 2013 19:45
Show Gist options
  • Save johnrizzo1/6073853 to your computer and use it in GitHub Desktop.
Save johnrizzo1/6073853 to your computer and use it in GitHub Desktop.
sublime_keybinding
{ "keys": ["super+shift+o"], "command": "code_formatter", "context":
[
{ "key": "selector", "operator": "equal", "operand": "source.javascript" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment