问题
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?
回答1:
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
.
来源:https://stackoverflow.com/questions/27711692/sublime-text-settings-on-mac