Comment on Some things beginners might not know about Sublime TextComments−noiv14yDespite ST2 is great and everyday there is a new surprising feature to detect - what is the shortcut for 'save all'?−siodine14yFirst, search google for "sublimetext save all." You should then get this website http://www.sublimetext.com/docs/commands.Now, create a new user defined bind for that command (you can google how to do this). Or you could use Ctrl+Shift+P+"save".−eswat14yNot the same, but I have the save_on_focus_lost setting set to true, so when I switch out of ST2 – likely to Chrome with LiveReload on – everything gets saved and I see my changes immediately.
Comments
Despite ST2 is great and everyday there is a new surprising feature to detect - what is the shortcut for 'save all'?
First, search google for "sublimetext save all." You should then get this website http://www.sublimetext.com/docs/commands.
Now, create a new user defined bind for that command (you can google how to do this). Or you could use Ctrl+Shift+P+"save".
Not the same, but I have the save_on_focus_lost setting set to true, so when I switch out of ST2 – likely to Chrome with LiveReload on – everything gets saved and I see my changes immediately.