Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Last active December 20, 2015 06:49
Show Gist options
  • Save cmcculloh/6088917 to your computer and use it in GitHub Desktop.
Save cmcculloh/6088917 to your computer and use it in GitHub Desktop.
SublimeText KeyBindings
[
{
"keys": ["ctrl+alt+shift+f"], "command": "js_format",
"context": [{"key": "selector", "operator": "equal", "operand": "source.js,source.json"}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment