Sublime Text settings on Mac

南笙酒味 提交于 2019-12-19 09:46:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!