300
Why nano gets used (lemmy.world)
submitted 16 hours ago* (last edited 13 hours ago) by Skullgrid@lemmy.world to c/programmer_humor@programming.dev

Nano has already supplanted the great EMacs and Vim as the most popular text editor of all linux distros, for though it has many omissions in functionality it scores over the older, more complete programs in two important respects. First, it is slightly simpler; and secondly it has the text "^ Exit" inscribed in highlighted text on its footer

EDIT : This sees to be going over some people's heads. It's a hitchiker's guide to the galaxy reference.

The Hitchhiker's Guide has already supplanted the great Encyclopaedia Galactica as the standard repository of all knowledge and wisdom, for though it has many omissions . . . it scores over the older, more pedestrian work in two important respects. First, it is slightly cheaper; and secondly it has the words DON'T PANIC inscribed in large friendly letters on its cover.

you are viewing a single comment's thread
view the rest of the comments
[-] rumschlumpel@feddit.org 4 points 14 hours ago* (last edited 14 hours ago)

The UI isn't the issue with nano, it's that it needs that kind of UI ... you could memorize nano's shortcuts, but it doesn't have enough features to justify the effort.

[-] palordrolap@fedia.io 2 points 14 hours ago

What extra features do you think it ought to have?

[-] rumschlumpel@feddit.org 1 points 4 hours ago* (last edited 3 hours ago)

Well, micro has syntax highlighting and LSP support, and vim is just really efficient at text editing ... though nano's feature set is honestly fine for what it is, I'd much rather it used well-known shortcuts by default.

[-] Feyd@programming.dev 5 points 13 hours ago

It's not that they want more features - it's that in micro for instance copy is ctrl+c which everyone already knows, where in nano it's different

[-] palordrolap@fedia.io 4 points 13 hours ago

Then you want nano -/ which uses the modern key bindings. They've been in nano for a while now.

For historical reasons, it doesn't use them by default.

[-] Feyd@programming.dev 5 points 13 hours ago* (last edited 13 hours ago)

Yup they could use nano -/0, or they could just use micro.

A note: I couldn't find -/ referenced online easily though when I checked it is indeed there. On Mac nano redirects to pico by default which doesn't have that either. I think it's understandable someone would just choose to use micro

[-] palordrolap@fedia.io 4 points 12 hours ago

To flog this dead horse just a bit longer, micro is nearly seven times the size of nano, and Apple are clearly doing it wrong. Pointing an old name at a new thing is fine as long as there's backward compatibility, but a new name at an old thing that doesn't support the same features is a disservice to the old thing, the new thing and the user.

[-] rumschlumpel@feddit.org 1 points 4 hours ago

, micro is nearly seven times the size of nano,

Still starts up instantly, though, and still smaller than practically every GUI editor.

-/

$ nano -/ test.txt 
nano: invalid option -- '/'

So much for that. Is this a really new option, or does it require a compilation flag that Debian doesn't bother with?

[-] esc@piefed.social 1 points 1 hour ago* (last edited 1 hour ago)
# nano --help | tail -n1  
-/             --modernbindings        Use better-known key bindings  
# cat /etc/debian_version 
13.6  
this post was submitted on 09 Aug 2026
300 points (100.0% liked)

Programmer Humor

32705 readers
870 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 3 years ago
MODERATORS