All Projects → tonsky → sublime-profiles

tonsky / sublime-profiles

Licence: MIT license
Profile Switcher for Sublime Text

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sublime-profiles

sublime-text
Subime Text 相关资源收集整理
Stars: ✭ 62 (+5.08%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
sublime-import-helper
A Sublime Text Plugin that helps you to import your modules.
Stars: ✭ 69 (+16.95%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-74.58%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
Editorconfig Sublime
Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
Stars: ✭ 1,749 (+2864.41%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
zephir-sublime
Sublime Text syntax highlighting for for Zephir
Stars: ✭ 41 (-30.51%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-52.54%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (-16.95%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
Themr
A UI theme selector for Sublime Text.
Stars: ✭ 112 (+89.83%)
Mutual labels:  sublime-text, sublime-package
Schemr
A color scheme selector for Sublime Text.
Stars: ✭ 140 (+137.29%)
Mutual labels:  sublime-text, sublime-package
Sublime Jekyll
A Sublime Text package for Jekyll static sites.
Stars: ✭ 160 (+171.19%)
Mutual labels:  sublime-text, sublime-package
simple-ftp-deploy
This package for Sublime Text 3 give you possibility to auto upload file to FTP server when you save local file.
Stars: ✭ 16 (-72.88%)
Mutual labels:  sublime-text, sublime-text-plugin
sublime-commands
Adds all default commands to the command pallet
Stars: ✭ 18 (-69.49%)
Mutual labels:  sublime-text, sublime-package
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚡
Stars: ✭ 18 (-69.49%)
Mutual labels:  sublime-text, sublime-package
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (+76.27%)
Mutual labels:  sublime-text, sublime-package
Packagesync
Sync sublime text packages & user settings across devices.
Stars: ✭ 63 (+6.78%)
Mutual labels:  sublime-text, sublime-package
Sublimelinter Contrib Xo
SublimeLinter plugin for XO
Stars: ✭ 53 (-10.17%)
Mutual labels:  sublime-text, sublime-package
Sublime Ava
Snippets for AVA
Stars: ✭ 41 (-30.51%)
Mutual labels:  sublime-text, sublime-package
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+0%)
Mutual labels:  sublime-text, sublime-text-plugin
sublime-better-ruby
Sublime Text Ruby package (snippets, builder, syntax highlight)
Stars: ✭ 33 (-44.07%)
Mutual labels:  sublime-text, sublime-text-plugin
Processing Sublime
A Sublime Text package for the programming language Processing
Stars: ✭ 447 (+657.63%)
Mutual labels:  sublime-text, sublime-package

Profile Switcher for Sublime Text

Problem

Code is best viewed in a narrow, tight font, with syntax highlighting, line numbers etc.

Prose writing is best done in wide font, generous line spacing, dim colors, width-limited column.

Sublime Text is great for both, but changing settings back and forth quickly becomes teduious.

Meet Profiles! Save all the settings you’ve changed at once and quickly return to them when needed.

Installation

Package Control: Install PackageProfile Switcher.

Usage

Create a new profile via Profiles: Create Profile command.

Edit your Sublime Text settings as usual.

Switch back to previous profile via Profiles: Switch Profile.

Bind a key to Profiles: Toggle Last Used Profile to switch even more quickly:

{ "keys": ["ctrl+w"], "command": "toggle_profile"}

Features

  • Each profile remembers all the settings: font, scheme, line metrics, gutter, etc.
  • Any number of profiles.
  • Instant switching.
  • Minimal (“automagical”) UI.

How does it work?

Profiles maintain a copy of Preferences.sublime-settings, one per profile.

When switching to the profile, current Preferences.sublime-settings is saved, and profile version is copied over current Preferences.sublime-settings.

Inactive profiles are stored in ~/Library/Application Support/Sublime Text/Packages/sublime-profiles.

See also

Writer Color Scheme: A color scheme optimized for long-form writing.

Alabaster Color Scheme: Minimal color scheme for coding.

Fira Code: Best coding font in the world.

Changelog

1.1.0 Mar 2, 2021: Added Rename and Delete commands.

1.0.0 Feb 22, 2021: Initial.

Credits

Made by Niki Tonsky.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].