this post was submitted on 09 Aug 2026
298 points (97.5% liked)
Programmer Humor
32730 readers
874 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
Nice, thanks!
For anyone wondering about the options: https://i.imgur.com/hAjTxJO.png
Also, apparently you can create
~/.nanorcand put the following in for those (instead of an alias):set smarthome
set boldtext
set tabstospaces
set multibuffer
set tabsize 4
set zap
set showcursor
set autoindent
set linenumbers
set mouse
set indicator
set saveonexit
set stateflags
set minibar
I'll play around with those and the syntax stuff. I definitely personally do not want the saveonexit behaviour, but you've started me on the path of looking at the other options, and that right there shows me it's worth my time to look, so thank you :)
That set of options sounds basically like
micro's behavior by default...