Sublime Forum

Add several folders by default when Sublime opens

#1

Not sure if this is possible but is there a way to add some folders by default when Sublime opens?
I always make the mistake of adding all these folders on a fresh start, and then dragging one of the files to another window (when I am examining multiple files) and then when I close Sublime, I keep forgetting to always close the window with the folders added, last. Which means when I start up Sublime again it would have the file that I dragged to another window open instead of having the multiple folders setup. Is there a plugin/macro that can be used to do this?

0 Likes

#2

you could just add the folders to the arguments passed to the subl executable… i.e. update whatever shortcut you use to launch it to include the folders as commandline arguments, rather than use a plugin.

1 Like