Hacker News new | ask | show | jobs
by noiv 5080 days ago
Despite ST2 is great and everyday there is a new surprising feature to detect - what is the shortcut for 'save all'?
2 comments

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.