Tips & Tricks
Published: Jul 30, 2024
Modified: Jul 30, 2024
This is just a compendium of what I consider helpful “tricks” or tools I’ve found useful.
Tricks
Browser
- If you have a few tabs you always go to. Pin tabs to the start and use Ctrl+1, Ctrl+2, Ctrl+3 to quickly access them
- Configure whether Ctrl+Tab switches to the tab on the right or back to the most recent tab
Tools
- VS code
IDE / Text editor
- [WIP] Multi caret editing
- [WIP] Limit tab number
Shell & Terminal
- nushell
- Warp (non-windows)
- Windows Terminal
- gum https://github.com/charmbracelet/gum
Web apps
- https://www.regexpal.com / https://regexr.com / https://regex101.com
- CSS flex reference: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
- CSS Grid reference: https://css-tricks.com/snippets/css/complete-guide-grid/