GNU nano 2.9.0
41–50 of 62 posts
Re: GNU nano 2.9.0
#42Re: GNU nano 2.9.0
#43Earlier quoted context omitted.
Every time I'm sysadminning some Linux server or another. It's everywhere and does the job well enough without me having to learn vim :-D I also often use it to look inside random files on my Mac that won't open anywhere else (e.g. .xml, .json, files without extension names).
I think vi is probably more ubiquitous though, especially since it’s included in busybox which powers almost all imbedded Linux hosts. Still a good idea to learn a little vim
Re: GNU nano 2.9.0
#44Re: GNU nano 2.9.0
#45Re: GNU nano 2.9.0
#46The only feature I miss is Undo.
Re: GNU nano 2.9.0
#47Earlier quoted context omitted.
Why do you use nano?
I use it in a pinch fairly constantly. Despite being a heavily customized Emacs user all the rest of the time. Mostly when I'm already scouring around the shell poking at files or need to make a simple new one (like a .gitignore) and I don't want/need to perturb whatever else I'm doing in Emacs.
et() {
emacsclient -tty --alternate-editor '' "$@"
}
.. for using Emacs in the terminal a-la vim/nano. When you close the file you opened, you'll be right back where you left-off in the shell. I still tend to use a long-running GUI instance as you describe, but for jumping into config files from a terminal to edit a line or two, it's great.Re: GNU nano 2.9.0
#48Re: GNU nano 2.9.0
#49Re: GNU nano 2.9.0
#50Is anyone using this thing?
I use nano all the time. If I need to do quick editing, nano is perfect. If I need to do anything more complex, I'd use rmate[1] + rsub[2] with sublime text. 1: https://github.com/aurora/rmate 2: https://github.com/henrikpersson/rsub