3

I'm switching from Windows to a Mac, and I'm having trouble finding where the sublime-settings files are stored. Can anybody point my way?

3
  • In my opinion this belongs on SuperUser.SE even if the tool involved is primarily used for programming. I also fear you may suffer from an XY problem - Surely finding the sublime-settings is not the only thing you need, you probably wish to alter it. Commented Dec 30, 2014 at 19:59
  • 2
    On Mac they are in ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Preferences.sublime-settings Commented Dec 30, 2014 at 19:59
  • 3
    In fact on mac pretty much anything like this is going to be in one or more of the following: ~/Library/Preferences, ~/Library/Application\ Support, ~/.applicationname, /Library/Preferences, /Library/Application\ Support. Commented Dec 30, 2014 at 20:03

1 Answer 1

4

If you open Sublime Text 2 -> Preferences -> Browse Packages... the Packages folder will open in Finder. For ST2, it is ~/Library/Application Support/Sublime Text 2/Packages. If you upgrade to ST3 (which I highly recommend doing), the path is ~/Library/Application Support/Sublime Text 3/Packages.

In case you're not familiar with Unix paths, ~ indicates your home directory, similar to C:\Users\Username on a PC. On a Mac it's /Users/username.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.