Sublime Forum

Keeping multiple configurations

#1

Hi

Is there any way I can keep multiple configurations in the same workstation?

Let me elaborate: I want to use sublime to work on multiple platforms (C#, C–, python). The plugins and key mappings would be different depending on the platform in use.

Emacs lets you to pass the configuration file as a command line argument, making possible to keep one configuration file per platform. Is there any way of doing the same thing with Sublime? (pointing at the Packages folder you want to use for example?).

Thanks

0 Likes

#2

Probably you could achieve this by running a separate portable instance for each separate set of settings you want. i.e. download ST3 portable to different folders (one for C#, one for Python etc.), as the portable version stores everything in a data subfolder.

0 Likes

#3

You could try using https://packagecontrol.io/packages/Package%20Bundler.

0 Likes