%general-entities; ]> $LastChangedBy$ $Date$ nano-&nano-version; Introduction to <application>nano</application> The nano package contains a small, simple text editor which aims to replace Pico, the default editor in the Pine package. Package information Download (HTTP): Download (FTP): Download size: &nano-size; Estimated disk space required: &nano-buildsize; Estimated build time: &nano-time; <application>nano</application> dependencies Optional Installation of <application>nano</application> Install nano by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc \ --enable-color --enable-multibuffer --enable-nanorc && make && make install && mkdir -p /usr/share/doc/nano/examples && cp nanorc.sample /usr/share/doc/nano/examples Configuring nano Config files /etc/nanorc, ~/.nanorc Example Configuration set autoindent set const set fill 72 set historylog set multibuffer set nohelp set regexp set smooth set suspend Another example is in the /usr/share/doc/nano/examples directory in the nanorc.sample file. It includes color configurations and has some documentation included in the comments. Contents The nano package contains nano. Description nano nano is a small, simple text editor which aims to replace Pico, the default editor in the Pine package.