kapitanluffy / sublime-tweaks

πŸ”§ Small random tweaks packed in one plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Tweaks

πŸ”§ Small random tweaks packed in one plugin

GitHub Sponsors

Ever wondered when will that feature request 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! Credits are included in the code.


How To Install

Since this won't be added 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,

License

MIT

About

πŸ”§ Small random tweaks packed in one plugin

License:MIT License


Languages

Language:Python 100.0%