Sublime Text 3 “Save All” Keyboard Shortcut/Key binding

This key binding for the “save all” command will work with Sublime Text 3. You’ll be able to save all open files by using the shortcut: Ctrl + Shift + Alt + S.

In Sublime Text, go to Preferences -> Key Bindings -> Default. Paste this on a new line, right above the last closing square bracket:

{ "keys": ["ctrl+alt+shift+s"], "command": "save_all" },

See more:

Questions and Comments are Welcome

Your email address will not be published. All comments will be moderated.

Please wrap code in "code" bracket tags like this:

[code]

YOUR CODE HERE 

[/code]