GNU nano is an open source, curses-based text editor for Unix systems. It is a clone of pico, the proprietary Pine e-mail client editor.

learn more… | top users | synonyms

0
votes
1answer
148 views

After changing path nano doesn't work

After i did change server ~bash_profile for PATH to my Java i cannot use nano or vip anymore. I actully don't know how to change it back, while i cannot edit it with nano or vi anymore. What can i ...
0
votes
1answer
118 views

nano editor line breaks

I am trying to learn nano installed on my server (ubuntu 1204), but the problem is whenever I open a file in nano editor it opens the file (say a shell script) as one big line rather than with line ...
1
vote
0answers
65 views

Nano on Amazon Linux Mangling Text in Config Files

I am attempting to edit my httpd.conf file on a ec2 instance of amazon linux using nano while SSHed into it on my Macbook Air running OSX 10.7.4. i am attempting to change the documentroot to ...
0
votes
0answers
20 views

How to bind the “unindent” function to Shift+Tab in nano?

This is my very first attempt configuring nano through .nanorc. What I am trying to do is to bind the unindent function to the Shift+Tab key pair. I'm on Mac OS X Lion 10.7.5 with nano installed ...