-
Notifications
You must be signed in to change notification settings - Fork 47
Home
rareyman edited this page Aug 1, 2014
·
4 revisions
Some tips and tricks for using this script:
- Install Run Multiple Commands script: https://gist.github.com/nilium/3327730
- Change your key bindings to save and run multiple commands. For example:
// html_beautify + save { "keys": ["ctrl+alt+super+s"], "command": "run_multiple", "args": { "commands": [ {"command": "html_beautify" }, {"command": "save" } ] } }
(This will Beautify then save the file.)