t8m8 / SwitchSettings

This Sublime Text package makes it possible to switch another settings (User/Preferences.sublime-settings).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch Settings

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.

demo

Installation

With the Package Control:

  • Open the Command Palette: cmd + shift + p or ctrl + 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

Usage

Command Palette:

  • open the Command Palette: cmd + shift + p or ctrl + 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

License

under the MIT license.

About

This Sublime Text package makes it possible to switch another settings (User/Preferences.sublime-settings).

License:MIT License


Languages

Language:Python 78.8%Language:JavaScript 21.2%