this post was submitted on 05 Feb 2025
273 points (98.6% liked)

Programmer Humor

33315 readers
874 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] digger@lemmy.ca 3 points 6 days ago (1 children)

When I started with Linux, I started with vim because the tutorials I was working off used vi and vim. Once I started with vim and learned the commands, I wasn't going to switch to something else... there's a joke somewhere in there about not knowing how to exit... but I'm not making it.

If I was going to write documentation now for a Linux newbie, I'd probably pick nano to start with.

[–] _____@lemm.ee 4 points 6 days ago (1 children)

I started with nano and I hated it, I didn't understand what anything meant in the bottom bar, like what is ^X. Unironically vim was easier to understand. I know what it is now but as a new user I didn't like using it.

[–] caseyweederman@lemmy.ca 3 points 5 days ago

Micro is Nano but the commands make sense. It's so nice.
It even prompts you for a sudo password when you try to save but don't have permission.