Fixing Nano Issues on Linux
Licensing issues between Pine and RedHat have led to the disapperance of PINE from Linux distributions on most web hosts, which in turns means the vanishing of the friendly text editor called “Pico”. The option my webhost provides me now is something called “nano” (click here for a review from Linuxgazette).
Nano, however, has a bunch of bugs — the most criminal of them being one where newlines appear at will in the file you are editing, the delete and backspace and meta keys cease to work, the cursor mark doesn’t proceed to the new line etc. It’s a bizarre experience. And my webhost was at his wit’s end.
I do miss Pico, and no, I wouldn’t learn VI or EMACS if I had to do it to save my life. So with all my digging and searching, I’ve managed to stumble upon a work-around to Nano instead.
Just execute the following in your shell environment (e.g., through .bashrc for bash, or .cshrc for tsch)
If it is not in the auto sourced files, then just “source” this file on the shell, and your “pico
(249 Words | )
- OpenSUSE Profiles Linux Users. Uses Macintosh to Report.
- SnipDHTML Editor
- NVU: Gecko Based, Free Text Editor
- All about Knoppix
- First Mile Solutions: Cheap net access
this is cool thanks saved a lot of unprediktable behavior from my editor on the latest rh. cheers
Comment Preview

alias pico=’nano -p -w -i -c’