this post was submitted on 16 Jan 2024
183 points (78.0% liked)

Programmer Humor

31827 readers
861 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
183
Obscure button tier list (sh.itjust.works)
submitted 7 months ago* (last edited 7 months ago) by krotti@sh.itjust.works to c/programmerhumor@lemmy.ml
 

If you have "Help" instead of "Ins", replace it with Overgod-tier. Keep pressing it, it will come.

OC, feel free to share.

EDIT; Home is now G-od tier. I didn't know it would go to the beginning of a line, I always used macros "lol".

you are viewing a single comment's thread
view the rest of the comments
[–] ninjan@lemmy.mildgrim.com 35 points 7 months ago (3 children)

Smells like windows if End is God Tier but Home isn't. On the command line being without either would kill my speed something fierce

[–] sushibowl@feddit.nl 14 points 7 months ago (1 children)

Ctrl-a and Ctrl-e are much faster to type than home/end and do the same thing (assuming a standard readline-enabled command line).

All the keys in the cluster above the arrow keys are really too hard to reach to be of real practical use, IMO. Actually that includes arrow keys as well. Just too far from home row.

[–] crispy_kilt@feddit.de 2 points 7 months ago

Is this a joke I'm too set -o vi to understand?

[–] Taleya@aussie.zone 1 points 7 months ago

Not even just windows - i've used it a lot on windows systems - but yeah, this rather carries the scent of a skills issue

[–] krotti@sh.itjust.works -2 points 7 months ago (3 children)

On SSH that button is a killer, even works in vim. For home I never found any use.

[–] krotti@sh.itjust.works 11 points 7 months ago (1 children)

oh shit it actually goes to the beginning of a line, instant upgrade to god tier

[–] bahbah23@lemmy.world 20 points 7 months ago (1 children)

... I'm curious what you thought it did

[–] krotti@sh.itjust.works 7 points 7 months ago (1 children)

translate "home" from finnish to english ;)

[–] Albbi@lemmy.ca 6 points 7 months ago (1 children)

Oh that's interesting. You thought it was a back key? That's very interesting to me as I've been using computers since before a 'back button' on browsers was a thing.

[–] krotti@sh.itjust.works 2 points 7 months ago

I actually thought it was like a reset button, like when using a browser, pressing home would put you into your home page. If the name was start, like end, I may have tried to actually use it for text editing.

And those who don't want to translate it, "Home" is "Mold" in Finnish, a running joke that the button is never used lol.

[–] computergeek125@lemmy.world 2 points 7 months ago* (last edited 7 months ago)

I've only had issues with embedded serial consoles and things where you have to swap ctrl-h/? for backspace. But usually it's solvable with key mapping.

Also you mention vi/m but insert is red? That's the toggle switch between insert and replace mode (i vs shift-R)

[–] const_void@lemmy.ml 1 points 7 months ago

How long have you been programming?