72
Advanced Terminal Tips and Tricks
(www.bitsand.cloud)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Or, just use Home and End like they were intended! Kids these days….
This tip is super useful to me because not everyone is using a PC. On a PC sure, I would use the Home and End keys all the time. Now I'm using a laptop as my main computer and the Home and End keys are in a weird position that even to this day, 4ish years of laptop use, I still have to actually look at the keys to find them.
That's horrible for muscle memory, every time I switch desk/keyboard I have to re-learn the position of the home/end/delete/PgUp/PgDn keys.
I got used to
Ctrl-a/Ctrl-eand it became second nature, my hands don't have to fish for extra keys, to the point that it becomes annoying when a program does not support that. Some mapCtrl-ato "Select all" so, for input fields where the selection is one line, I'd ratherCtrl-athenleft/rightto go to the beginning/end than fish forhome/end, wherever they are.