mihai-vlc / sublime-jsfmt

jsfmt plugin for Sublime Text
MIT License
477 stars 21 forks source link

Keyboard shortcut #27

Closed pahomov closed 9 years ago

pahomov commented 9 years ago

Would be nice to mention in readme how to assign a hotkey to format, like so:

Add this line to Prefences -> Key Bindings - User { "keys": ["YOUR_KEYBOARD_COMBINATION"], "command": "format_javascript" }

mihai-vlc commented 9 years ago

I have added this information. Thanks for the suggestion.