shagabutdinov / sublime-enhanced
- вторник, 2 августа 2016 г. в 03:15:28
HTML
Set of plugins for beloved sublime text editor
Set of plugins for beloved sublime text editor.
This set of plugins were designed for 3 purposes:
For most people it will be convinient to cherry-pick one or two packages of sublime-enhanced that will be useful for them. If you feel like hacker and have a free day you can try full installation.
Keymaps listed in readmes are disabled by default. You should add next line to your "User/Preferences.sublime-settings" file ("Preferences: Settings - User" in command palette) to enable those keybindings.
"sublime_enhanced_keybindings": true,
Please read readme-warning.md, readme-usage.md, and readme-keymap.md before full installation. Sublime-enhanced has a lot of unobvious behavior and keyboard shortcuts that replace default sublime's behavior which is partially covered by these files.
You also can help the project by opening pull requests or issues, or by watching/staring plugins you like.
for full installation read readme-installation.md file
for cherry-pick installation:
In order to find out how to use sublime after sublime-enhanced installation refer to readme-usage.md and readme-keymap.md
Warnings that should be read before installation: readme-warning.md
Complete plugins list: readme-list.md
A bit of explanations of sublime-enhanced: readme-philosophy.md
Main usecases overview: readme-usage.md
Full keymap (in order to read it, clone this repo and open file "readme-keymap.html" in browser - full keymap was too large to put it in markdown): readme-keymap.html
Packages that I want todo in future:
KeymapConverter (convert your keymap to different locale to use keybindings when keyboard are switched to different locale)
InsertSnippetEnhanced (snippets with multicursors)
HtmlNavigation (goto into/out/over tag, append/detach tag to selection, select in tag or tag definition)