This Sublime Text package makes it possible to switch another settings (User/Preferences.sublime-settings
).
If you want to change settings depending on the situation, this package provides the function to store some settings and to quickly change these settings.
With the Package Control:
- Open the Command Palette:
cmd + shift + p
orctrl + shift + p
Command Palette
>Package Control: Install Package
>Switch Settings
With Git:
Clone this repository into Packages/
folder of ST.
$ git clone https://github.com/t8m8/SwitchSettings.git
Command Palette:
- open the Command Palette:
cmd + shift + p
orctrl + shift + p
Command Palette
>Switch Settings: *
Keymaps:
- Change Settings:
ctrl + alt + c
- Delete Settings:
ctrl + alt + d
- Show Settings-List:
ctrl + alt + s
- Create New Settings:
ctrl + alt + n
- Rename Settings:
ctrl + alt + r
under the MIT license.