https://github.com/kapitanluffy/sublime-tweaks
🔧 Small random tweaks packed in one plugin
https://github.com/kapitanluffy/sublime-tweaks
Last synced: about 2 months ago
JSON representation
🔧 Small random tweaks packed in one plugin
- Host: GitHub
- URL: https://github.com/kapitanluffy/sublime-tweaks
- Owner: kapitanluffy
- License: mit
- Created: 2023-06-15T17:48:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T08:05:45.000Z (over 1 year ago)
- Last Synced: 2025-02-07T03:25:08.078Z (3 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Sublime Tweaks
🔧 Small random tweaks packed in one plugin
Ever wondered when will that [feature request](https://github.com/sublimehq/sublime_text/issues) be worked on?
Or wondered why can't you do that thing without using your mouse?Tweaks is a collection of several python scripts that would improve your workflow and quality of life! 🌞
I am still lazy to screen capture each tweak but I promise you they ~~kinda~~ work. If you have a tweak in mind, let me know on discord or create an issue here. Also, thank you to all the wonderful people on [discord](http://discord.sublimetext.io/)! Credits are included in the code.
---
#### How To Install
Since [this won't be added](https://github.com/wbond/package_control_channel/pull/8776) to the official Package control channel, we need to manually add it
1. Add this repository to Package Control. Run `Add Repository` from the Command Palette
2. Paste the repository URL in the field: `https://github.com/kapitanluffy/sublime-tweaks`
3. Run `Install Package` from the Command Palette and search for `sublime-tweaks`
#### Command Palette
- Toggle View Gutter
- Toggle View Line Numbers
- Reveal File in Sidebar
- Open Recent File
- Open Recent Folder
- Clear Recent Files
- Open Folder in New Window
- Add Sidebar Folder
- Remove Sidebar Folder 🐛
- Expand Sidebar Folder 🐛
- Collapse Sidebar Folder 🐛
- Toggle Open Files
- Diff Files
- Add Tab to Selection
- Set Tab Width
- Reindent Python 🐛
- Set Line Ending to (CRLF, LF, CR)#### Keybinds
- Copy Line Up (ctrl+alt+d)
- Auto Indent Curved Brackets
- Auto Indent Square Brackets
- Auto Pair Backticks
- Prevent unfocused panels from closing on Esc#### Others
- Auto update tag pairs 🐛
- Autoname untitled tabs 🐛*some are hacks, items with 🐛 are to be expected as buggy*
#### Support
You can always support me via [Github Sponsors](https://github.com/sponsors/kapitanluffy),
#### License
[MIT](LICENSE)