this post was submitted on 08 Apr 2024
944 points (98.1% liked)

Programmer Humor

19197 readers
1076 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 5 months ago (1 children)

I only use it because that’s the only option when editing server files.

suggestion 1: use nano. Unlike vi(m) and emacs, it's meant for humans, all the command shortcuts you can execute are listed at the bottom.

suggestion 2: browse the servers in question via your file explorer (sftp://user@server or just sftp://server) of choice or WinSCP if you're on windows, open whatever file with your local graphical text editor of choice.

[–] [email protected] 2 points 5 months ago

My hardcore old IT dudes mocked me once like, "why install Nano? Vim is right there."

And I had to explain to them that I don't live in the terminal.

They didn't install Nano and I spent 5x longer trying to get the settings correct in Vim.