GNU nano is my editor of choice (2021)
ariadne.space
GNU nano is my editor of choice (2021)
1–10 of 303 posts
Re: GNU nano is my editor of choice (2021)
#2Re: GNU nano is my editor of choice (2021)
#3I used to be a nano user but now whenever I want to use a terminal text editor I will almost always use micro as it has built in support for most languages. https://micro-editor.github.io/
Re: GNU nano is my editor of choice (2021)
#4Not having system wide keyboard shortcuts is one of them: vim, emacs, nano etc all have a different shortcut to quit the app
Worse still, every software invents his own configuration format.
Thinking that being ultra configurable is a good excuse for not doing the right thing by default is another big one. Syntax highlighting should just work, not only sort of work when you learn a configuration syntax and install little known third party packages
Re: GNU nano is my editor of choice (2021)
#5I was a big microsofty, due to comfort mostly, and I was shamed into trying Linux.
Like most people I went Ubuntu first, but wifi drivers at the time were lacking, and nvidia of yore was certainly not better than nvidia of now.
Suffice it to say: I spent a lot of time in the terminal trying to fix things.
Nano was my tool of choice because: honestly the initial learning curve of linux and a modal text editor was far too much.
that said: when I was later shamed into using vi/vim instead of nano.. after my initial hesitation (and a few rounds on vimtutor) I was as confident as I was on nano... what's more, I was "unlocked" and started learning new and faster ways to move.
Being able to replay my last action with "." was nice, and lead me to learn even more native movements.
My watershed moment came when I had to delete a leading series of characters in a file of I think 500 lines.. Not enough to say it's impossible but a real chore.
Nano would not help me in such a situation: but vim did it with no complaints; all I needed to know was the incantation.
I feel like nano shipping as the default editor is a step-back. We have a less powerful tool because we want to attract newbies, but it's the same mistake microsoft makes; When I was into microsoft tooling I had no idea how handicapped I was, the learning curve always had a stop point: everything beyond it was impossible.
I will always be thankful I learned linux in a time where the hand-rails were starting to come up, but that we still used powerful and expressive tools instead of being jailed to the opaque and inflexible systems that have come to dominate for the sake of convenience.
Re: GNU nano is my editor of choice (2021)
#6I used to be a nano user but now whenever I want to use a terminal text editor I will almost always use micro as it has built in support for most languages. https://micro-editor.github.io/
Does anyone else use this? (To be fair I am transitioning to vim now that my emacs muscle memory is waning, and the rate of jed bugfixes likewise).
Re: GNU nano is my editor of choice (2021)
#7Nano is interesting in that context, because for many it's the "default" editor, which is a bit weird if you came in to Linux/Unix earlier. I bet a lot of people feel the same when it comes to anything besides ed, though ;)
Re: GNU nano is my editor of choice (2021)
#8Re: GNU nano is my editor of choice (2021)
#9Using those kind of Unix tools is like having a time travel machine to understand what kind of mistakes you should never do when Iyou design a software. Not having system wide keyboard shortcuts is one of them: vim, emacs, nano etc all have a different shortcut to quit the app Worse still, every software invents his own configuration format. Thinking that being ultra configurable is a good excuse for not doing the ri…
Re: GNU nano is my editor of choice (2021)
#10Using those kind of Unix tools is like having a time travel machine to understand what kind of mistakes you should never do when Iyou design a software. Not having system wide keyboard shortcuts is one of them: vim, emacs, nano etc all have a different shortcut to quit the app Worse still, every software invents his own configuration format. Thinking that being ultra configurable is a good excuse for not doing the ri…
On the other hand, having system wide keyboard shortcuts will almost certainly impose unwanted constraints on how an app can behave.