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
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.