this post was submitted on 17 Mar 2025
550 points (95.5% liked)

Programmer Humor

21680 readers
360 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
[–] [email protected] 9 points 1 day ago (3 children)

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

[–] [email protected] 1 points 16 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.

[–] [email protected] 2 points 1 day 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.

[–] [email protected] 3 points 1 day ago (1 children)

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

[–] [email protected] 1 points 1 day ago

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