Keyboard Shortcuts
I think the world of keyboard shortcuts, less time leaving the keyboard is just more efficient. I realized at some point I should compile a list of my favorites so here it goes:
Chrome / Most Web Browsers / Electron based applications
Ctrl + Shift + tre-opens a closed tabCtrl + topens a new tabCtrl + lhighlights the url bar for quick url typing/searchingCtrl + wcloses the current tabCtrl + Tabcycles through tabs moving to the rightCtrl + Shift + Tabcycles through tabs moving to the leftCtrl + Shift + rempty cache and reloadCtrl + Mouse Scrollzooms in and out of a page quickly
Chrome Extensions
I mean, is the internet even usable without an Adblocker?
This isn’t a Chrome extension but it sure is wonderful. Network wide adblocking reduces data usage and makes mobile browsing much, much better.
The best eye-saver I’ve found yet. A simple Alt + Shift + d and your eye fatigue dips dramatically.
If you use Vim its a nice little time saver. I mainly love the j and k scrolling so I don’t have to leave the keyboard, gg and G for top and bottom of the page are also useful.
Niche, but if you look at JSONs a lot it really helps visualize and navigate JSONs.
Linux Terminal
Ctrl + lruns aclearwithout adding anything to yourhistoryCtrl + uclears everything after the cursorCtrl + kclears everything before the cursorCtrl + atakes you to the beginning of the lineCtrl + etakes you to the end of the line!!runs previous command likesudo !!
Vim
:Gtakes you to the end of the file:ggtakes you to the beginning of the fileYcopies a line andppastes itdddeletes a line/searches and#cycles through same named terms
Visual Studio Code
Ctrl + Shift + pto quickly open the command palleteCtrl + `to open the integrated terminalCtrl + Shift + 5to split the terminal viewAlt + zto toggle world wrap- Most all
Chromeshortcuts work here, as VSCode isElectronbased