this post was submitted on 16 Jan 2024
188 points (78.1% liked)

Programmer Humor

32410 readers
265 users here now

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

Rules:

founded 5 years ago
MODERATORS
188
Obscure button tier list (sh.itjust.works)
submitted 9 months ago* (last edited 9 months 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] 20 points 9 months ago (1 children)

"pause/break" I can understand if you don't write compiled code I guess (if you don't know, Ctrl+break usually stops compilation, very handy when you reread your code while compiling and realized you fucked something up), but "home" is remove-tier ??? It's one of the most useful keys for editing text my dude

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

Ctrl+break doesn't do anything on my machine. Ctrl+c stops a process.

[–] [email protected] 6 points 9 months ago

I always have it setup to stop compilation. Picked that up from using visual studio for many years. I admit it's been a while since I last compiled something from a terminal