this post was submitted on 02 May 2024
127 points (96.4% liked)

Linux

45573 readers
1086 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 months ago (4 children)

The worst and best thing you can do when using vim is learn the movement keys (h, j, k, and l) because they're so powerful and work no where else.

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

There is a vim mode available in a lot of other applications though.

[–] [email protected] 4 points 2 months ago (1 children)

h and l are overrated, use w, b, e and f instead.

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

Thanks for the recommendation

[–] [email protected] 2 points 2 months ago

Untrue, they also work in Nethack and other rogue-likes!

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

Yeah, doesn't work so well when you're not using qwerty though

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

That's not true. I'm on qwertz and I adore vim key bindings

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

Okay, perhaps I should have been clearer, that's on me.

I meant qwerty and related layouts.

Things like Dvorak and Colemak, the movement keys are spread across the keyboard and if you want to navigate that way you'll pretty much have to remap them, and probably remap the keys you've swapped. For me, it's just easier to use the arrows than go through that.

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

I mean, yeah, of course. Vims default keys are made for the "regular" layouts. But you can Mal everything yourself if needed. I'm sure there are pre made mappings for other layouts too.

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

I might check that out

Using the arrows may not be the most efficient, but I'm not spending enough time in vim to make that be an issue... Though I've seriously considered trying to swap to it from VSCode

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

I do pretty much all editing in vim. One you "force" yourself to use hjkl, there was no going back to arrow keys. Nowadays I Mal arrow keys to move lines up and down and add or remove indentation.