user4856614
user4856614

Reputation:

Sublime Text 3 Sidebar folders do not open at start (OSX)

On Ubuntu Sublime Text 3 has the option to "Open Folder..." to keep a folderstructure in the sidebar. All Subfolders are shown whenever I open ST3. BUT on Mac this option doesn't exist. I can say "Open File..." and select that folder which keeps it inside the sidebar but only for the current session. After I restart the Program my Sidebar with all its folders from the last time is gone. Is there some way to fix it? Is it a bug or an non-existent feature on Mac?

Upvotes: 0

Views: 930

Answers (1)

szharas
szharas

Reputation: 121

  1. Go to Sublime Text - Preferences - Settings User

  2. Then add this code: { "hot_exit": true, }

  3. Hit CMD+Q (Quit the app)

Start after few seconds. That worked for me

Upvotes: 2

Related Questions