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
[–] _____@lemm.ee 8 points 6 days ago* (last edited 6 days ago) (2 children)

I'm sure emacs is great but I learned about vim and neovim first so it's kind of a done deal already, not a lot of us Linux users are open source enthusiasts with so much time that we can noodle in all different flavors of text editors.

vim works great for me shrug, if emacs works great for you then awesome

[–] neblem@lemmy.world 9 points 6 days ago

Vim is well emulated in Emacs, but it really shouldn't be thought of in the same category.

Emacs is more of an unbelivably editable lisp system to streamline your computing that happens to have a decent default editor.

[–] 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.