blob: 06d9c7237d6dadfbaa9c7398b0cde864b64fb1b3 [file] [log] [blame]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH NANO 1 "January 4, 2000"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19nano \- Nano's ANOther editor, an enhanced free Pico Clone
20.SH SYNOPSIS
21.B nano
22.RI [options]\ [+LINE] " file"
23.br
24.SH DESCRIPTION
25This manual page documents briefly the
26.B nano
27command.
28.PP
29.\" TeX users may be more comfortable with the \fB<whatever>\fP and
30.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
31.\" respectively.
32\fBnano\fP was originally known as TIP (TIP Isn't Pico). It is a small,
33free and friendly editor which aims to replace Pico, the default editor
34included in the non-free Pine package. Rather than just copying Pico's
35look and feel,
36.B nano
37also implements some missing (or disabled by
38default) features in Pico, such as "search and replace" and "goto line
39number".
40.SH OPTIONS
41.TP
Chris Allegretta4da1fc62000-06-21 03:00:43 +000042.B \-T (\-\-tabsize)
43Set the size (width) of a tab, if supported by your curses library.
44.TP
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000045.B \-V (\-\-version)
46Show the current version number and author.
47.TP
48.B \-h (\-\-help)
49Display a summary of commandline options.
50.TP
51.B \-c (\-\-const)
52Constantly show the cursor position.
53.TP
54.B \-i (\-\-autoindent)
55Indent new lines to the previous line's indentation. Useful when editing
56source code.
57.TP
58.B \-l (\-\-nofollow)
59If the file being edited is a symbolic link, replace the link with a
60a new file, do not follow it. Good for editing files in /tmp perhaps?
61.TP
62.B \-m (\-\-mouse)
63Enable mouse support (if available for your system).
64.TP
65.B \-p (\-\-pico)
66Display the same shortcut lists as Pico does.
67.TP
68.B \-s (\-\-speller)
69Enable alternative spell checker command.
70.TP
71.B \-t (\-\-tempfile)
72Always save changed buffer without prompting. Same as Pico -t option.
73.TP
74.B \-v (\-\-view)
75View file (read only) mode.
76.TP
77.B \-w (\-\-nowrap)
78Disable wrapping of long lines.
79.TP
80.B \-x (\-\-nohelp)
81Disable help screen at bottom of editor.
82.TP
83.B \-z (\-\-suspend)
84Enable suspend ability.
85.TP
86.B \+LINE
87Places cursor at LINE on startup.
88.SH BUGS
89Please send any comments or bug reports to
90.B nano@asty.org.
91The nano mailing list is available from
92.B nano-devel@lists.sourceforge.net.
93To subscribe, email to nano-devel-request@lists.sourceforge.net with a
94subject of "subscribe".
95.SH HOMEPAGE
96http://www.asty.org/nano
97.SH AUTHOR
98Chris Allegretta <chrisa@asty.org>, et al. This manual page was
99originally written by Jordi Mallach <jordi@sindominio.net>, for the Debian
100GNU/Linux system (but may be used by others).