this post was submitted on 17 Mar 2024
923 points (97.4% liked)

Programmer Humor

20138 readers
1953 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
923
Songs about Vim (programming.dev)
submitted 10 months ago* (last edited 10 months ago) by chraebsli to c/programmer_humor
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 10 months ago (1 children)

Just use a single instance of Emacs to edit everything everywhere all at once. You can even use vim keybindings if you have no taste.

[–] [email protected] 1 points 10 months ago (1 children)

Emacs is more for devs though, yeah? I'm just a lowly sysadmin in training.

[–] [email protected] 1 points 10 months ago

I think Vim is more popular with sysadmins because, historically, you could count on Vi or Vim being available on just about any server you had to do some work on, while Emacs might not be. That's still probably somewhat true, although in the world of clouds, containers, and source-controlled, reproducible configuration, it's probably less common to edit files in place on a server.

However, with Emacs tramp, you can edit files just about anywhere you can access, by any means, even if there is no editor installed there at all, using your local Emacs, with all your accustomed configuration. Like popping open a file inside a container running on a remote server by ssh, something I've done a lot of lately, debugging services running on AWS ECS.