this post was submitted on 17 Mar 2025
76 points (96.3% liked)

Programmer Humor

21657 readers
625 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
 

I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you're welcome to keep them.

you are viewing a single comment's thread
view the rest of the comments
[–] PieMePlenty@lemmy.world 2 points 1 day ago (3 children)

I do it in nano over ssh. The shortcuts suck but it gets the job done.

[–] JackbyDev@programming.dev 2 points 18 hours ago

I used to copy code into nano over ssh. Then I randomly tried pasting the server address in my file browser and it connected over SFTP. This was ages ago. I was using Crunchbang Linux, maybe around 2011 or so.

[–] IndustryStandard@lemmy.world 1 points 8 hours ago

I recommend "micro" which is like Nano but uses modern shortcuts. Making it a terminal editor which feels more like using notepad than something esoteric.

[–] toothpick@lemmy.zip 1 points 23 hours ago (1 children)

You can enable modernbindings in nano to get standard shortcuts like ctrl-s for save.

[–] PieMePlenty@lemmy.world 1 points 17 hours ago

Did not know this. Will certainly look into it because my nano over ssh days aren't over yet haha.