Even basic things like how shell history is managed is very annoying to configure every single time. if only it was as simple as cloning your private github repo to ~/.config.
Customize Nano Text Editor (2022)
31–40 of 69 posts
Re: Customize Nano Text Editor (2022)
#32My struggle is that I work on lots of systems, sometimes ephemeral/temporary systems. There is no easy way to "sync" customizations, so I adapt to defaults. Even basic things like how shell history is managed is very annoying to configure every single time. if only it was as simple as cloning your private github repo to ~/.config.
Maybe not everybody can switch so easily, but I think it's worth trying out. (One change that absolutely does trip me up is capslock->control. If I try using somebody else's computer, I constantly enable capslock by accident.)
Re: Customize Nano Text Editor (2022)
#33My struggle is that I work on lots of systems, sometimes ephemeral/temporary systems. There is no easy way to "sync" customizations, so I adapt to defaults. Even basic things like how shell history is managed is very annoying to configure every single time. if only it was as simple as cloning your private github repo to ~/.config.
Re: Customize Nano Text Editor (2022)
#34better than vim
I would say that every tool has its good and bad. A tool is only as good as its ease of use and clarity of its documentation, imho.
Re: Customize Nano Text Editor (2022)
#35Right after the nano maintainer got bullied out by the FSF, I noticed two bindings got their defaults changed. They never change. I almost feel like it was graffiti, a flex against the old maintainer, a retribution for not doing whatever the FSF wanted. Since forever, GNU readline programs and nano had identical bindings. I'm fast moving around the CLI because I'm fast at nano. Emacs has the same defaults. What sane…
Re: Customize Nano Text Editor (2022)
#36Re: Customize Nano Text Editor (2022)
#37Re: Customize Nano Text Editor (2022)
#38Re: Customize Nano Text Editor (2022)
#39The pine authors fell foul of the Debian free software guidelines and, as well as nano, a clone for the mail client itself lives on to this day as alpine. I use it every so often for a spot of nostalgia.
Re: Customize Nano Text Editor (2022)
#40Is it possible to apply some of the settings like autoindent or line numbers only when editing source code? In other words, does it have different modes like emacs?