Sublime Forum

Possible to set a default project?

#1

Is there a way that I can set a project to load by default every time Sublime Text is opened? It seems that the default is to launch with no project selected.

0 Likes

#2

Check for

"remember_open_files": true

in your config. It should reopen last opened files (project included)

0 Likes

#3

Thanks, I’ll give that a try.

0 Likes