Also known as the "record macros in Nano" release.
GNU nano 2.9.0
21–30 of 62 posts
Re: GNU nano 2.9.0
#22Is anyone using this thing?
Re: GNU nano 2.9.0
#23Earlier quoted context omitted.
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.
This post makes me so glad to have been forced into vi all those years ago. Its everywhere, its quick, and unless you've done some pretty nutty stuff in your configs, basic usage is the same between a heavily customized vi and the vi you find bundled with every is bundled windows and gentoo. (Not to disparage any preference for emacs; it just seems a bit much to have to fall back to an entirely different editor seems…
It's akin to the same justification for why I wouldn't bother opening a random tiny file in Xcode or IntelliJ IDEA.
I don't use Emacs as just a simple text editor. I can probably count the times I've typed `emacs some/file/path.whatever` into the shell on one hand.
Re: GNU nano 2.9.0
#24Earlier quoted context omitted.
It's a simple text editor that's available out of the box in most Unix-like distros these days. So kinda like vi, except I know how to use it (and if I ever forget, it lists all shortcuts on the bottom of the screen anyway).
Actually, the Debian install cd doesn't have vi but does have nano, and vim (and neovim) is larger than nano.
Re: GNU nano 2.9.0
#25Is anyone using this thing?
It does everything you need it to do for quick configuration edits, and doesn't get in your way.
Have you ever tried to use the equivalent 'ee' editor that comes installed on other NIX? It's painful.
Re: GNU nano 2.9.0
#26Is anyone using this thing?
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).
Re: GNU nano 2.9.0
#27So I was looking through the sources of nano and I seemed to have discovered a previously-unknown (at least based on a quick search) easter egg. First modify the buffer somehow. It really doesn't matter if you just type in "test" Hit ^X to exit nano. When it asks you if you want to save the buffer hit Y Save the file as "zzy" and press ENTER to trigger the Easter egg ^X+Y+zzy is likely a reference to xyzzy, a cheat c…
PS: You can quit this text-animation by any keypress and then store the actual file zzy, if required.
Re: GNU nano 2.9.0
#28Is anyone using this thing?
Re: GNU nano 2.9.0
#29Re: GNU nano 2.9.0
#30So I was looking through the sources of nano and I seemed to have discovered a previously-unknown (at least based on a quick search) easter egg. First modify the buffer somehow. It really doesn't matter if you just type in "test" Hit ^X to exit nano. When it asks you if you want to save the buffer hit Y Save the file as "zzy" and press ENTER to trigger the Easter egg ^X+Y+zzy is likely a reference to xyzzy, a cheat c…