this post was submitted on 09 Jun 2025
555 points (97.4% liked)

Programmer Humor

25567 readers
335 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kat_angstrom@lemmy.world 97 points 2 months ago (2 children)

I don't know why there's so much hate for Vim. It's simple- just use it as your default text editor since you first started using computers, and keep using it forever, and problem solved!

[–] TheFogan@programming.dev 69 points 2 months ago (2 children)

Setup for the overused joke - I've been using vim since I first started using a computer, I just can't quit.

[–] Heathcliff@lemm.ee 3 points 2 months ago

Right now I'm at the hospital in the exam yr colon queue! Maybe it helps U too.

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

VIM really does have everything. Even a fully functional internet browser. 🙂

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

yeah, but emacs still wins out in capabilities. https://xkcd.com/378/

[–] dohpaz42@lemmy.world 6 points 2 months ago* (last edited 2 months ago) (1 children)

:set nocompat

Why VIM decided to make itself run just like VI (by default) is beyond me. Isn’t the long name “VI Improved”?

[–] nous@programming.dev 16 points 2 months ago

Vims defaults are quite crap overall. It is why everyone needs 100s of lines of configs and many plugins to turn it into something decent. Well worth the setup but it could go a long way to making things nicer to use out the box.