Penguin
Annotated edit history of nano(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 CraigBox 1 !!NAME
2 nano - Nano's ANOther editor, an enhanced free Pico Clone
3
4 !!SYNOPSIS
5 __nano__ [[options] ''[[+LINE]'' file
6
7
8 !!DESCRIPTION
9 This manual page documents briefly the __nano__ command.
10
11 __nano__ is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, __nano__ also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "goto line number".
12
13 !!OPTIONS
14
15 ;__-T (- tabsize)__ : Set the size (width) of a tab.
16 ;__-R (- regexp)__ : Enable regular expression matching for search strings, as well as \n subexpression replacement for replace strings, if available.
17 ;__-V (- version)__ : Show the current version number and author.
18 ;__-h (- help)__ : Display a summary of command line options.
19 ;__-c (- const)__ : Constantly show the cursor position.
20 ;__-i (- autoindent)__ : Indent new lines to the previous line's indentation. Useful when editing source code.
21 ;__-k (- cut)__ : Enable cut from cursor to end of line with ^K.
22 ;__-l (- nofollow)__ : If the file being edited is a symbolic link, replace the link with a a new file, do not follow it. Good for editing files in /tmp, perhaps?
23 ;__-m (- mouse)__ : Enable mouse support (if available for your system).
24 ;__-p (- pico)__ : Emulate Pico as closely as possible. This affects both the "shortcut list" at the bottom of the screen, as well as the display and entry of previous search and replace strings.
25 ;__-r (- fill)__ : Wrap lines at column #cols. By default this is the width of the screen, less eight.
26 ;__-s (- speller)__ : Enable alternative spell checker command.
27 ;__-t (- tempfile)__ : Always save changed buffer without prompting. Same as Pico -t option.
28 ;__-v (- view)__ : View file (read only) mode.
29 ;__-w (- nowrap)__ : Disable wrapping of long lines.
30 ;__-x (- nohelp)__ : Disable help screen at bottom of editor.
31 ;__-z (- suspend)__ : Enable suspend ability.
32 ;__-b, -e, -f__ : Ignored, for compatibility with Pico.
33 ;__+LINE__ : Places cursor at LINE on startup.
34
35 !!NOTES
36 Nano will try to dump the buffer into an emergency file in some cases. Mainly, this will happen if Nano receives a SIGHUP or runs out of memory, when it will write the buffer into a file named "nano.save" if the buffer didn't have a name already, or will add a ".save" suffix to the current filename. Nano will __not__ write this file if a previous one exists in the current directory.
37
38 !!BUGS
39 Please send any comments or bug reports to
40 __nano@nano-editor.org.__
41 The nano mailing list is available from
42 __nano-devel@lists.sourceforge.net.__ To subscribe, email to nano-devel-request@lists.sourceforge.net with a subject of "subscribe".
43
44 !!HOMEPAGE
45 http://www.nano-editor.org
46
47 !!AUTHOR
48 Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details). This manual page was originally written by Jordi Mallach <jordi@sindominio.net>, for the Debian GNU/Linux system (but may be used by others).
49
50 !!RELEVANCE
51 If you don't know vi or emacs, and the two confuse you, this editor is included by default on FedoraCore installations.
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.