|
7 місяці тому | |
---|---|---|
awesome | 2 роки тому | |
packages | 1 рік тому | |
scripts | 7 місяці тому | |
src | 7 місяці тому | |
wiki | 2 роки тому | |
LICENSE | 2 роки тому | |
README.md | 7 місяці тому |
curated by budRich since 2018
In this repo i will collect things that have helped me to achieve a good developing environment in Sublime Text.
Contains a single readme with sublime related finds: recommended packages, tools, links, videos, and such.
Short articles about sublime that I have written.
Contains of package overrides. Settings, keymaps, and some small custom packages.
I use the official Vintage package to get some of the goodies from VIM in sublime, and many of the other package specific settings I have done reflect this.
I try to change all keybindings involving the arrowkeys to something more VIM-like, and use , as leader in command_mode instead of the annoying Ctrlk key combinations.
These are not all of my preferred packages, I want this collection to be language agnostic so there are more or less no language specific packages included here.
This repo can also be seen as a template for how you can create your own package profile and sync it with subextract.
Some sublime related custom scripts I have created.
script | description |
---|---|
install | Use this script to apply and install all the packages and settings in the packages directory of this repo. |
sublget | prints information about open sublime windows, by analyzing the window title. |
subextract | extract readme files, blank default settings and apply and sync custom settings. (this script is used by the install script) |
sublaunch | Open a sublime window, with a specific project, file and instance name. |
sublsess | Removes unwanted windows from the Session.sublime_session file, useful only if one has issues with multiple unwanted windows are created when the sublime session starts. |
added sublsess script
scripts removed:
packages removed:
packages added:
Extract Sublime Package
script changes