Sublime Forum

Change location settings save

#1

Hi all,

Is there a parameter how to run “sublime text” so I can retrieve a (saved settings) from another location?

Default: “Packages/User/Preferences.sublime-settings”
Example: “/home/lorerx/sublime text v3176/sublime_text” -xxx “/home/lorerx/sublime text settings”

Thx.

0 Likes

#2

On Linux the env var XDG_CONFIG_HOME controls where the sublime-text-3 folder will be saved. By default that env var is ~/.config. You could set this just for the invocation of Sublime Text if you don’t want it to affect other applications.

0 Likes