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

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

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+w"], "command": "close_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]