I’ve been using sublime for ages, but I’ve never been a power user, so I’ve never really used workspaces or projects. With some reading, I found out that projects basically just are a list of folders (and some included/excluded stuff), and workspaces are the tabs you’ve got open (right?).
When I’m not working in a project, I’d like sublime to exit cleanly, so without keeping anything open (achieved by setting hot_exit to false).
However, when I open a project, I would like sublime to open the files / tabs I had open the last time, preferably without me having to specifically save these open tabs before closing, since I’m gonna forget that every time. Is something like this possible?