If you have “Help” instead of “Ins”, replace it with Overgod-tier. Keep pressing it, it will come.
OC, feel free to share.
Where’s the ‘PtrSc’ key? On Peter’s keyboard presumably.
I must be in the minority. I haven’t used any of these keys in over a decade. Probably more like 15 years at this point. Command + something can replace almost all of these, so why waste an extra key on it.
Really you just need a command key, get rid of the rest. Hold it down for different lengths of time to indicate which key input you want.
There’s a comedy sketch from about twenty years ago where that happens but I can’t find it at the mo.
You still use keys?
You joke, but my caps lock on my laptop keyboard is mapped to command and if I double tap it and hold it’s my hyper key. On my crkbd keyboard if I hold
a
it’s option and semicolon is control. I have quite a lot of keys like this. It’s very efficient.
Pressing ScrLk twice and then the number of the port switches to this port on the KVM switch in the office. Very specific use case, but still.
Pause … I have no idea. If I remember correctly you can, well, pause terminal output with it, but I never tried.
The rest of the keys I use regularly.
Fellow deutans, fuck you
Home is God-tier, just as useful as End when editing stuff.
Agreed, but I am more of a “Shift + I” kind of guy
Wait doesn’t Shift + I just type “I”?
To kill the joke, they’re talking about the popular and mode-based editor VIM where in normal mode each key on the keyboard does an action
Yeah when I searched for “insert-mode” from another comment, the next suggested result was “insert-mode vim” and “insert-mode visual studio” (which IIRC is just aping vim), plus it’s /c/programmerhumor so I had a feeling that it would be vim shenanigans.
Only if you are in insert mode. If you are in normal mode, Shift-I moves to the beginning of the line and then enters insert mode.
That’s some arcane gobbledygook. I think you mean M-m
Esc-meta-alt-ctrl-shift + m
Tied my left hand into a pretzel trying that one
Or
CTRL-{left arrow}
I think, I’m going off muscle memory
That jumps left one word rather than to the start of the line in everything I can think of
Ctrl+A does do that though if you wanted a Ctrl way of doing it
Nope you’re right, it was
Fn+{{left arrow}}
on mine. I don’t use it often though
Had to look for a new laptop for my wife. One of the requirements was a Home and an End key because both were missing on her old laptop for some inane reason. Not available with Fn, just nothing. Before that we wouldn’t even have thought of checking for that.
Insanely useful editing CLI
Yeah, weird to see someone who appreciates the end key but not the home key.
Editing a line and pressing home to jump to the start of it is incredibly useful.
More so when dealing with anything that was wrapped
I have my left mouse wheel click set to home, and right mouse wheel click to end. That way I can decide if I want to be at the start of the line or the end.
Why use the mouse when you are already on the keyboard?
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
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.
Is this a joke I’m too
set -o vi
to understand?
On SSH that button is a killer, even works in vim. For home I never found any use.
oh shit it actually goes to the beginning of a line, instant upgrade to god tier
what, no SysRq?
boo!
Most tier lists use a tabular format, often horizontal. This one looks like a table organized vertically. Except it’s neither and instead uses color, but isn’t R/G colorblindness the most common form? Anyway, I’m saying that I found it confusing.
Then again, you posted infinitely more to Lemmy today than I did (at zero:-P), so there is no need at all to listen to my whining if you aren’t interested in such feedback on presentation style:-D.
I’m severely deutan, even then red and green are a clear difference. Yellow is a bit harder to see, but still visible. Should not be an issue unless you are suffering from dichromatism.
I’m fully protan and cannot tell the difference between the god-tier and yellow tier colors at all. They are literally the same to me.
Ins is so much more deserving of an indicator light than scroll lock - I almost never want Ins engaged in it’s normal meaning… I’d rather just delete word and retype the whole thing.
I’ll take home over pgup/down any day.
Also Menu key is pretty obscure, I consider it a yellow, since it’s useful when you don’t have a mouse, but there are other shortcuts that can do it (shift+f10)
Pause is useless but only because escape steals all it’s usecases in apps.The only tool I know that uses it prominently is Windbg
I saw the picture before reading the edit and was trying to imagine what OP was doing that made the end key significantly more useful than the home key, like not going backwards on principle or something.
Okay I’ll bite…: How are PgUp and PgDown yellow, when Menu is missing from the list?
Hey! Don’t remove the context menu key, I use that! The alternatives are 1. using the mouse (no!) and 2. Alt+F10 which is awkward.
Don’t take my pause key from me that’s the best key! I just want pausable games to bind with that key again like they used to, guys it’s right there by name and everything. Just started playing rollercoaster tycoon 2 again and, after the mandatory drowning of the first person I saw, I was delighted to find the pause key pauses the game. Even better is if I need to take a break from something pause/break is inclusive of it all. I can walk away from what I’m up to for minute and don’t have to worry that the machine is going to feel abandoned because it’s right there on the key just taking a break little buddy I’ll be back.
on debian based system PrntScr actually prints stuff you’re looking at in a terminal, if a printer is configured. learned that the hard way, accidentally printing hundreds of pages of html source
You don’t use Home? Home and End are my two most used keys on this list. IDEs move your cursor to the beginning of the line but after the indents. It’s God -tier.
PgUp and PgDn are also extremely useful when scrolling through logs
On Macs you can just use command left and right. Reuse keys so I get more 😬
I haven’t used literally any of the keys in this photo for years
Well, sure. I type on my laptop that doesn’t have any of these as physical keys. It’s fn+arrow keys for pg up, pg down, home, and end, for example.
I second this! You’re not really a programmer until you know how to use home button.
I don’t usually gatekeep, except to OP.
but modal editors :/
Home / End to navigate
Shift home/end to select text
add CTRL to navigate the whole doc / page
add shift again to select whole page
I use them constantly, but I’m flipping between excel (/sheets), web, CLI, GUI most days