Sublime Forum

Window Groups

#1

Hello,

Is it possible to keep 3 separate “window” groups of sulbime text? As in, when I start sublime text, instead of

[code]Window 1

file1, file2, file3, file4, file5, file6, file7, file8, file9[/code]

I get

[code]Window 1

file1, file2, file3

Window 2

file4, file5, file6

Window 3

file7, file8, file9[/code]

0 Likes

#2

I believe this is possible in ST3 using the new workspaces feature. Though I haven’t tried it myself, I believe the idea is that several workspaces (windows) can be saved as part of a project; when you load up the project, all windows and their respective files/tabs appears.

0 Likes

#3

My “workspaces” arent all related to one project. They’re essentially three separate groups I would like to open when I start the day. How can I achieve this?

0 Likes

#4

If you use “File > Exit” to close ST (and all of its windows with it) while having the “hot_exit” setting set to true (default), ST should reopen all windows you had open when you closed it.

0 Likes