Removing projects in Sublime Text 2 and 3

Viewed 44507

How do you remove a project from Sublime Text 2 and 3's project windows (Ctrl+Alt+P) ?

Delete has no effect, there is no contextual menu, and deleting the associated files *.sublime-project and *.sublime-workspace doesn't remove the project from the list either.

Any idea? Because this window begins to be cluttered...

6 Answers

Alone with run the command next from linux, will be clean the workspace of sublime text:

echo ''>$(locate Session.sublime_session)
Related