|
1 year ago | |
---|---|---|
.. | ||
A File Icon | 1 year ago | |
ApplySyntax | 1 year ago | |
BetterFindBuffer | 1 year ago | |
BetterSnippetManager | 1 year ago | |
Color Highlighter | 1 year ago | |
CommandCommander | 2 years ago | |
Default | 2 years ago | |
Delete Current File | 1 year ago | |
DisableArrowkeys | 2 years ago | |
EndWithSemi | 1 year ago | |
ExpandRegion | 2 years ago | |
Horizontal Scroll | 2 years ago | |
Increment Selection | 1 year ago | |
Mondo | 1 year ago | |
MoveTab | 2 years ago | |
MultiEditUtils | 2 years ago | |
Package Control | 1 year ago | |
PackageResourceViewer | 1 year ago | |
PlainTasks | 1 year ago | |
ProjectManager | 1 year ago | |
Quick File Move | 1 year ago | |
ReadMePlease | 1 year ago | |
SaneSnippets | 1 year ago | |
ShellScript | 1 year ago | |
SidebarToggler | 2 years ago | |
SyntaxSettings | 1 year ago | |
User | 1 year ago | |
Vintage | 2 years ago | |
VintageFinder | 2 years ago | |
VintageSanity | 1 year ago | |
Zen Tabs | 1 year ago | |
budlime | 1 year ago | |
iOpener | 1 year ago | |
sublime-swap-boolean-polarity | 1 year ago | |
zublime | 1 year ago | |
README.md | 1 year ago |
Sublime Text, have a very strange way to apply settings...
A package (another word for extension, add-on or plugin), can exist in different forms, sometimes at the same time and many interesting files, have the exact same name, and are sometimes hidden inside packed packages...
All the settings in this directory can be applied and synced with my script subextract. I created subextract to limit the confusion the default settings system causes.
By populating the list "installed_packages" in: SUBLIME_DIR/Packages/User/Package Control.sublime-preferences, Package Control will install any missing packages when sublime starts.
most of the files here, are settings for 3rd party packages, but a few are brews i have put together myself:
package | description |
---|---|
CommandCommander | by adding this package, command_mode will get enabled in all files when they lose focus. |
DisableArrowkeys | Makes the arrowkeys useless and the tab key better. |
Mondo | custom colorschemes, generated with mondo-generator |
SidebarToggler | A more efficient toggling function for the sidebar |
VintageFinder | Better behaviour of the find_panel optimized for Vintage |
VintageSanity | Fixes for some key combinations that breaks when Vintage is enabled |
EndWithSemi | A simple "package" that uses a custom sublime-macro to add the ability to append the line with a semicolon. |