Created
July 24, 2013 19:45
-
-
Save johnrizzo1/6073853 to your computer and use it in GitHub Desktop.
sublime_keybinding
This file contains hidden or 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+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