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

Programmer Humor

32710 readers
15 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 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

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
[–] [email protected] 34 points 1 year 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

[–] [email protected] 14 points 1 year 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.

[–] [email protected] 2 points 1 year ago

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

[–] [email protected] 1 points 1 year 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

[–] [email protected] -2 points 1 year ago (3 children)

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

[–] [email protected] 11 points 1 year ago (1 children)

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

[–] bahbah23 21 points 1 year ago (1 children)

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

[–] [email protected] 7 points 1 year ago (1 children)

translate "home" from finnish to english ;)

[–] [email protected] 6 points 1 year 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.

[–] [email protected] 2 points 1 year 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 2 points 1 year ago* (last edited 1 year 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)

[–] [email protected] 1 points 1 year ago

How long have you been programming?