this post was submitted on 10 Jun 2026
482 points (99.0% liked)

memes

21527 readers
1389 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ExLisper@lemmy.curiana.net 8 points 2 days ago (2 children)

Why would you move your hand to arrow keys when the letter are already under your fingers?

ESC, use-letter-to-navigate, i, type, ESC, navigate, i, type

Really simple. On my keyboard I re-mapped ESC to TAB so I don't even have to move my hand to switch between navigate and insert modes.

[–] IrateAnteater@sh.itjust.works 3 points 2 days ago (3 children)

So you've transferred the required hand move from the right hand to the left, and added extra required keystrokes to accomplish the same task. I don't see how that isn't worse.

[–] ExLisper@lemmy.curiana.net 5 points 2 days ago (1 children)

No, it's a key stroke, not hand move. I don't have to reposition my hand to hit ESC. You do have to reposition your hand to use arrow keys.

Also, you usually move the cursor by more than just one character. It's one extra keystroke to reposition the cursor, not to move it by one char. You have shortcuts to jump to end of file, specific line, end of line or even create and jump to bookmarks. All this with just standard keys, without repositioning your hands to use the mouse or arrow keys.

[–] IrateAnteater@sh.itjust.works 1 points 2 days ago (1 children)

Your keyboard must be slightly different than the one I have in front of me right now. Home row to esc and home row to arrows is the same distance on mine.

[–] ExLisper@lemmy.curiana.net 3 points 2 days ago (1 children)

First, as I said, I remapped ESC to TAB key. Tab is very close.

Second, it's different to hit ESC ones than to use arrows keys to move around. To go back to home row after using arrow keys I have to feel around the keys trying to find "j" again. Or look at keyboard. I don't have to do that after hitting ESC once.

[–] IrateAnteater@sh.itjust.works 2 points 2 days ago (1 children)

I'm not bothering to talk about non default layouts. Remapping is a separate discussion, since I could just as easily say it's better to remap wasd to the arrow function and have the FN key toggle it, since a much higher number of people already have that navigation method trained into muscle memory. This is a preference game no matter what, but it becomes an especially pointless discussion if you base it on custom layouts.

[–] ExLisper@lemmy.curiana.net 2 points 2 days ago* (last edited 2 days ago) (1 children)

Custom layout was only part of my answer. Most vim users don't use custom layouts and second point still holds.

I could just as easily say it’s better to remap wasd to the arrow function and have the FN key toggle it,

Great idea. It would give you like 5% of what vim offers but 5% is better than 0%.

much higher number of people already have that navigation method trained into muscle memory

All vim users have hjkl trained into muscle memory. No one is saying that it's automatically better. vim has a learning curve. When you know how to use it it's simply better than traditional editors.

[–] poinck@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

I use the normal arrow keys in vim to navigate, but I love all the other neat features and I propably only know <20% of them.

And maybe on a 40% keyboard with custom layout every key is very near. My arrow keys are very custom placed, btw. I have 4 of the same keyboard (Planck), because I am so used to my own custom layout and layers.

[–] tyler@programming.dev 2 points 2 days ago

I use layers so esc is actually almost directly under my pinky.

[–] msage@programming.dev 2 points 2 days ago

Moving hands is an extremely time-consuming task when you're typing 60+ words per minute. Couple of keystrokes are much much faster than relocating your hand twice.

[–] msage@programming.dev 2 points 2 days ago (1 children)

I have it instead of CapsLock, tab is too useful to forego.

But yes, arrow keys are too far, and I avoid them everytime I can, including in Shell

[–] ExLisper@lemmy.curiana.net 2 points 2 days ago (1 children)

Yeah, sorry. I have:

Esc -> Caps lock (useless so far away)

Caps Lock -> Tab (the most useful so closest)

Tab -> Esc -> second most useful

I had it for so long that I forgot which one is which :)

[–] TerHu@lemmy.dbzer0.com 1 points 2 days ago (1 children)

Imma throw another option into the ring which is Caps lock -> Esc / Ctrl. it‘s esc when tapped and ctrl when combined/ held for longer. veeeery useful

[–] ExLisper@lemmy.curiana.net 2 points 2 days ago (1 children)

Sounds interesting. How do you set this up in Linux? I'm just remapping keys on X level now.

[–] TerHu@lemmy.dbzer0.com 2 points 2 days ago (1 children)

I‘m sure there’s a good way to do this on the OS side, but I‘m doing it in ZMK/ QMK.

[–] ExLisper@lemmy.curiana.net 2 points 2 days ago (1 children)

This is just for wireless? I still prefer to use USB. I will try to find something similar, thanks.

[–] TerHu@lemmy.dbzer0.com 1 points 2 days ago (1 children)

ZMK does wireless and wired, with a focus on wireless, whilst QMK has its focus on wired and i’m not sure whether it does wireless.

I got two Aurora Sofle (shoutout to splitkb for having good products and customer service) one wired with qmk (and MX switches) and one wireless with zmk (and kailh switches). Both work very well, but i’ve found that I prefer kailh switches over MX.

QMK is also used by folks like Keychron for their wired keyboards, and for gui focussed ppl it’s configurable via the browser app „via“.

[–] ExLisper@lemmy.curiana.net 2 points 2 days ago

Great, I will give them a try. Thanks. I'm sure one day I will have to evolve beyond just changing keycodes in X :)