What is the key shortcut to close a project in Sublime Text 3?

2.9k Views Asked by At

What is the key shortcut to close a project in Sublime Text 3? Do I have to create a new key bind, if so, what is it?

Thank you, I appreciate it.

2

There are 2 best solutions below

1
On BEST ANSWER

Ctrl + W closes the tab you are working on. Currently there is no combination shortcut to close a project all together. You can create a new key bind, Instructions here : http://www.sublimetext.com/docs/key-bindings

0
On

You can define

{
"keys": ["ctrl+alt+w"], "command": "close_workspace" 
},

then you can close using ctrl+alt+w