this post was submitted on 09 Aug 2026
445 points (98.5% liked)
Programmer Humor
32739 readers
796 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What extra features do you think it ought to have?
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
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.
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 Macnanoredirects topicoby default which doesn't have that either. I think it's understandable someone would just choose to use microTo 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.
Still starts up instantly, though, and still smaller than practically every GUI editor.
So much for that. Is this a really new option, or does it require a compilation flag that Debian doesn't bother with?
You must be on an old or LTS Debian. The -/ flag was added in the 8.0 release of nano in mid-2024. https://packages.debian.org/stable/editors/ lists 8.4 as the current version for Debian 13 / trixie.
That's like yesterday by Debian standards, lol. And honestly, I'm surprised that they're adding this kind of feature after this long. Feels similar to how i3-wm eventually merged gaps functionality (as known from the popular i3-gaps patch by airblader), I never thought it would actually happen.
Why would you run any other kind of Debian? I'm proudly running oldstable, my laptop has an Ubuntu version that's even older. And though tempting, I'm not upgrading for
nano -/.I really appreciate the info, though!
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.
Asking nano to use the modern keybinds by default is akin to insisting that Emacs run in evil mode by default. If you really must have it do that, set up a shell alias or put something in your .nanorc.
Also, nano has syntax highlighting. No LSP though. It's an editor, not an IDE.
Maybe that explains the size difference I was talking about elsewhere.