this post was submitted on 02 Sep 2024
803 points (93.8% liked)

Linux

47597 readers
879 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
[–] ramble81@lemm.ee 36 points 1 month ago (13 children)

I’ve come to the conclusion, people who use vim just continue to do so out of a stubborn sense of pride for finally learning the key combinations.

[–] JustAnotherKay@lemmy.world 34 points 1 month ago (1 children)

In my case it's not a sense of pride. I can't use anything other than Vim because I keep accidentally putting random incantations into my word documents.

"There once was a dduuuZQ:q!"

[–] lemmesay@discuss.tchncs.de 8 points 1 month ago (2 children)
[–] PlexSheep@infosec.pub 4 points 1 month ago (1 children)

That extension is actually pretty cool. There is also tridactyl and a browser that was made with vim in mind, but a browser and a text editor are too different for many things to translate.

[–] lemmesay@discuss.tchncs.de 2 points 1 month ago

thanks for sharing, I'll try it on my work machine

[–] JustAnotherKay@lemmy.world 2 points 1 month ago (1 children)

Ya know, I might throw that on to my browser but I doubt I'd actually use it much. I only really use my browser for research; notes, music, and most of my work is done in the terminal. Being able to swap tabs faster by not having to cycle could be useful, but other than that I find the mouse to be a pretty rapid way of navigating unfamiliar pages

[–] lemmesay@discuss.tchncs.de 2 points 1 month ago

in my case, my hand hurts if I use mouse(or a mobile phone) for some time. using j/k for scrolling and clicking links via f help me a lot.

[–] pixelscript@lemm.ee 19 points 1 month ago

I mean, yeah, kind of. In the same way pilots fly planes out of a stubborn sense of pride for knowing what all the flight deck controls do.

[–] Theharpyeagle@lemmy.world 19 points 1 month ago (1 children)

I honestly learned it just because I hated having to change hand position to use a mouse.

[–] Treachery4524@lemmy.ml 1 points 1 month ago (3 children)

Can you use a mouse in nano? I always just use the arrow keys, or page up/down and home/end

I mostly use vim but I barely use the jkl; to navigate the document.

[–] Theharpyeagle@lemmy.world 6 points 1 month ago

Ah sorry, I meant using Vim in a GUI program. I wanted something with the flexibility of a mouse (quick navigation, context menu actions, etc.) without using a mouse. Using just the arrow keys, shift highlighting, etc. is just too slow when writing lots of text, and it doesn't follow the natural position of typing.

[–] Opisek@lemmy.world 2 points 1 month ago

Even if you use arrows, you still have to reposition your hand.

[–] cerement@slrpnk.net 1 points 1 month ago

nano -m <file> or set mouse in your nanorc

[–] techwizrd@programming.dev 11 points 1 month ago

I am faster, more comfortable, and more productive in Vim. I use the same keybindings in all my editors and IDEs. It's okay for people to have different preferences.

[–] hakunawazo@lemmy.world 10 points 1 month ago

It's just convenient that it's pre-installed on many servers.
So I can use it now everywhere with my stubborn sense of pride for finally learning the key combinations.

[–] PlexSheep@infosec.pub 8 points 1 month ago

What do you mean? The vim users know their key combinations pretty well, that's kind of the point of vim.

[–] psycho_driver@lemmy.world 7 points 1 month ago

That's funny, I feel the same way about Excel users.

[–] Semi_Hemi_Demigod@lemmy.world 5 points 1 month ago

It's not pride, it's just that I know how to use it really well and that makes it easy for me to use.

But it's really only for viewing files on another system over SSH. For local work I use Sublime Text

[–] alexaralvarado@infosec.pub 5 points 1 month ago

Somehow it seems this would apply to any linux user

[–] catshit_dogfart@lemmy.world 3 points 1 month ago

I just use vi

Is that stupid? It's all I ever bothered to learn, hasn't failed me yet. Now I'm not some big time linux guru but I'm a sysadmin and regularly find myself elbow deep in a CLI for stuff.

[–] 737@lemmy.blahaj.zone 1 points 1 month ago

no, modal text editors are just nicer to use

[–] root@precious.net 1 points 1 month ago

When you only need to hammer a nail every once in a while, any hammer will do. When you're a roofer, you better have a roofing hammer.

If you don't spend your life in a terminal and just need to edit a file, vim isn't for you. If you want to learn complex strings of arcane wizardry to not only make your life easier but amaze your underlings, use vim.

[–] TheV2@programming.dev 1 points 1 month ago

There is no sense of pride. Every text/code editor has key combinations that many users will learn eventually. Vim has easier key bindings.