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

Programmer Humor

25080 readers
1057 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
[–] whodatdair@lemmy.blahaj.zone 1 points 1 month ago (22 children)

‘vimtutor’ is your friend. Nobody sane uses vim as an IDE, but if you have to ssh to a host to fuck with a config file it’s pretty nice to know because you can guarantee that most distros have at least vi, if not vim.

[–] NaibofTabr 5 points 1 month ago (13 children)

If you're just doing a quick config edit, nano is significantly easier to use and is also present in most distros.

Vi/Vim is useful as a customizable dev environment, but in the present there are better, more feature-rich development tools - unless you are specifically doing a lot of development in a GUI-free system, for some reason.

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

vim is more feature rich than nano, nano is easier to use for the first time, after you learn the very basics vim is pretty much just as easy to use and way more feature rich

load more comments (12 replies)
load more comments (20 replies)