I don't understand the people who dislike nano as an editor for the *nix system. After spending in it for like 30 minutes - it becomes an indispensable tool for quickly touching up text files anywhere you go to! No matter where I SSH to (*nix systems) - I always had nano available.
Nano 5.7
11–20 of 157 posts
Re: Nano 5.7
#12Nano was my gateway editor when learning *nix in college. I tried vi only to have to close the window to exit. I think nano can continue to safely bring in converts from Windows and MacOS.
I LOVE Nano. I just can’t figure out vi/vim.
Re: Nano 5.7
#13Re: Nano 5.7
#14For those who use an actual editor https://www.vimconf.live/ Heh can one imagine a conference for NANO?
Re: Nano 5.7
#15I never understood the hate Nano gets from vi users. Nano does many things quicker and easier than vi. For example, search & replace. Would I code in Nano? No. Do I use Nano to edit configuration files and make other small edits? Absolutely.
For what Nano is mostly used for, Nano has won.
Re: Nano 5.7
#16I never understood the hate Nano gets from vi users. Nano does many things quicker and easier than vi. For example, search & replace. Would I code in Nano? No. Do I use Nano to edit configuration files and make other small edits? Absolutely.
Linus Torvalds recently did an interview and I was suprised to read that he was considering switching from his micro-emacs setup to Nano. If it's Linus approved, how can I say something is bad? ;)
I admit it is kind of underwhelming to read his answers. I am always hoping for some tidbits where he can state that he has seen the way. But for the most part it just pure hard work and true expertise of the systems programming domain. I guess the thing is evidence that true innovation often is rigorous and dry engineering.
So, nano, why not. I for one use jed. I also finally learnt how to exit vim.
Re: Nano 5.7
#17I never understood the hate Nano gets from vi users. Nano does many things quicker and easier than vi. For example, search & replace. Would I code in Nano? No. Do I use Nano to edit configuration files and make other small edits? Absolutely.
Linus Torvalds recently did an interview and I was suprised to read that he was considering switching from his micro-emacs setup to Nano. If it's Linus approved, how can I say something is bad? ;)
Re: Nano 5.7
#18I don't understand the people who dislike nano as an editor for the *nix system. After spending in it for like 30 minutes - it becomes an indispensable tool for quickly touching up text files anywhere you go to! No matter where I SSH to (*nix systems) - I always had nano available.
Probably the elitist guys, the ones that have their identity defined by the editor they use, the language and framework and the Linux distro/DE/OS they use. Many people just need a tool that does a simple job but does it well, like editing a ini file and adding a line or a word, nano is great for that. (we all know that type of guy that has to tell everyone all the time that he uses Arch and Rust would have fixed eve…
Re: Nano 5.7
#19Has syntax highlighting support too, so you can have your config file nicely highlighted to make editing easier :)
There's nothing wrong with vi/vim or emacs either, but nano has got to be the most accessible command line editor out there.
Re: Nano 5.7
#20I don't understand the people who dislike nano as an editor for the *nix system. After spending in it for like 30 minutes - it becomes an indispensable tool for quickly touching up text files anywhere you go to! No matter where I SSH to (*nix systems) - I always had nano available.