2000-12-03 02:46:02 +00:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
2009-12-02 03:36:22 +00:00
|
|
|
.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
|
|
|
.\" 2008, 2009 Free Software Foundation, Inc.
|
2000-12-03 02:46:02 +00:00
|
|
|
.\"
|
2007-08-23 04:34:35 +00:00
|
|
|
.\" This document is dual-licensed. You may distribute and/or modify it
|
|
|
|
.\" under the terms of either of the following licenses:
|
|
|
|
.\"
|
|
|
|
.\" * The GNU General Public License, as published by the Free Software
|
|
|
|
.\" Foundation, version 3 or (at your option) any later version. You
|
|
|
|
.\" should have received a copy of the GNU General Public License
|
|
|
|
.\" along with this program. If not, see
|
|
|
|
.\" <http://www.gnu.org/licenses/>.
|
|
|
|
.\"
|
|
|
|
.\" * The GNU Free Documentation License, as published by the Free
|
|
|
|
.\" Software Foundation, version 1.2 or (at your option) any later
|
|
|
|
.\" version, with no Invariant Sections, no Front-Cover Texts, and no
|
|
|
|
.\" Back-Cover Texts. You should have received a copy of the GNU Free
|
|
|
|
.\" Documentation License along with this program. If not, see
|
|
|
|
.\" <http://www.gnu.org/licenses/>.
|
2000-12-03 02:46:02 +00:00
|
|
|
.\"
|
2001-10-03 12:45:22 +00:00
|
|
|
.\" $Id$
|
2009-12-02 03:36:22 +00:00
|
|
|
.TH NANO 1 "version 2.2.0" "November 30, 2009"
|
2000-06-06 05:53:49 +00:00
|
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
|
|
.\"
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH NAME
|
2003-01-17 03:06:28 +00:00
|
|
|
nano \- Nano's ANOther editor, an enhanced free Pico clone
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B nano
|
2006-06-26 04:39:31 +00:00
|
|
|
.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
|
2000-06-06 05:53:49 +00:00
|
|
|
.br
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH DESCRIPTION
|
2006-04-13 03:57:12 +00:00
|
|
|
This manual page briefly documents the \fBnano\fP command.
|
2000-06-06 05:53:49 +00:00
|
|
|
.PP
|
|
|
|
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
2003-08-31 16:44:10 +00:00
|
|
|
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
|
2000-06-06 05:53:49 +00:00
|
|
|
.\" respectively.
|
2000-12-03 02:46:02 +00:00
|
|
|
\fBnano\fP is a small, free and friendly editor which aims to replace
|
2003-08-31 16:44:10 +00:00
|
|
|
Pico, the default editor included in the non-free Pine package. Rather
|
2002-07-19 01:08:59 +00:00
|
|
|
than just copying Pico's look and feel, \fBnano\fP also implements some
|
|
|
|
missing (or disabled by default) features in Pico, such as "search and
|
2006-10-28 19:21:12 +00:00
|
|
|
replace" and "go to line and column number".
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2006-06-26 04:39:31 +00:00
|
|
|
.B \+\fILINE\fP,\fICOLUMN\fP
|
2005-05-16 18:38:16 +00:00
|
|
|
Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
|
2006-06-26 04:39:31 +00:00
|
|
|
(at least one of which must be specified) on startup, instead of the
|
|
|
|
default of line 1, column 1.
|
2005-03-26 23:15:51 +00:00
|
|
|
.TP
|
|
|
|
.B \-?
|
|
|
|
Same as \fB-h (\-\-help)\fP.
|
2002-07-19 01:08:59 +00:00
|
|
|
.TP
|
2004-05-22 20:15:20 +00:00
|
|
|
.B \-A (\-\-smarthome)
|
|
|
|
Make the Home key smarter. When Home is pressed anywhere but at the
|
|
|
|
very beginning of non-whitespace characters on a line, the cursor will
|
|
|
|
jump to that beginning (either forwards or backwards). If the cursor is
|
|
|
|
already at that position, it will jump to the true beginning of the
|
|
|
|
line.
|
|
|
|
.TP
|
2002-06-28 22:45:14 +00:00
|
|
|
.B \-B (\-\-backup)
|
|
|
|
When saving a file, back up the previous version of it to the current
|
2010-04-14 21:55:39 +00:00
|
|
|
filename suffixed with a ~.
|
2002-06-28 22:45:14 +00:00
|
|
|
.TP
|
2005-06-15 23:20:56 +00:00
|
|
|
.B \-C \fIdir\fP (\-\-backupdir=\fIdir\fP)
|
2005-05-30 02:09:21 +00:00
|
|
|
Set the directory where \fBnano\fP puts unique backup files if file
|
|
|
|
backups are enabled.
|
2004-02-28 16:24:31 +00:00
|
|
|
.TP
|
2006-04-12 15:27:40 +00:00
|
|
|
.B \-D (\-\-boldtext)
|
|
|
|
Use bold text instead of reverse video text.
|
|
|
|
.TP
|
2005-06-15 23:20:56 +00:00
|
|
|
.B \-E (\-\-tabstospaces)
|
|
|
|
Convert typed tabs to spaces.
|
|
|
|
.TP
|
2001-07-15 16:07:23 +00:00
|
|
|
.B \-F (\-\-multibuffer)
|
2002-06-28 22:45:14 +00:00
|
|
|
Enable multiple file buffers, if available.
|
2001-07-15 16:07:23 +00:00
|
|
|
.TP
|
2013-01-01 03:24:39 +00:00
|
|
|
.B \-G (\-\-locking)
|
|
|
|
Enable vim-style file locking when editing files.
|
|
|
|
.TP
|
2003-01-17 03:06:28 +00:00
|
|
|
.B \-H (\-\-historylog)
|
2006-05-14 15:19:38 +00:00
|
|
|
Log search and replace strings to \fI~/.nano_history\fP, so they can be
|
2009-12-02 03:36:22 +00:00
|
|
|
retrieved in later sessions, if \fInanorc\fP support is available.
|
2003-01-17 03:06:28 +00:00
|
|
|
.TP
|
2002-07-20 13:57:41 +00:00
|
|
|
.B \-I (\-\-ignorercfiles)
|
2009-12-02 03:36:22 +00:00
|
|
|
Don't look at \fISYSCONFDIR/nanorc\fP or \fI~/.nanorc\fP, if
|
|
|
|
\fInanorc\fP support is available.
|
2002-07-20 13:57:41 +00:00
|
|
|
.TP
|
2005-08-10 22:51:49 +00:00
|
|
|
.B \-K (\-\-rebindkeypad)
|
|
|
|
Interpret the numeric keypad keys so that they all work properly. You
|
|
|
|
should only need to use this option if they don't, as mouse support
|
|
|
|
won't work properly with this option enabled.
|
|
|
|
.TP
|
2005-11-05 17:35:44 +00:00
|
|
|
.B \-L (\-\-nonewlines)
|
|
|
|
Don't add newlines to the ends of files.
|
|
|
|
.TP
|
2002-02-22 04:30:50 +00:00
|
|
|
.B \-N (\-\-noconvert)
|
|
|
|
Disable automatic conversion of files from DOS/Mac format.
|
|
|
|
.TP
|
2005-01-17 05:24:26 +00:00
|
|
|
.B \-O (\-\-morespace)
|
|
|
|
Use the blank line below the titlebar as extra editing space.
|
|
|
|
.TP
|
2013-06-14 02:31:38 +00:00
|
|
|
.B \-P (\-\-poslog)
|
|
|
|
Log & read location of cursor position.
|
|
|
|
.TP
|
2003-02-04 14:24:54 +00:00
|
|
|
.B \-Q \fIstr\fP (\-\-quotestr=\fIstr\fP)
|
2002-08-21 16:10:37 +00:00
|
|
|
Set the quoting string for justifying. The default is
|
2006-04-05 13:40:56 +00:00
|
|
|
"\fI^([\ \\t]*[#:>\\|}])+\fP" if extended regular expression support is
|
2006-05-14 15:19:38 +00:00
|
|
|
available, or "\fI>\ \fP" otherwise. Note that \fI\\t\fP stands for a
|
|
|
|
Tab.
|
2002-03-04 12:15:44 +00:00
|
|
|
.TP
|
2005-06-17 22:53:41 +00:00
|
|
|
.B \-R (\-\-restricted)
|
2006-05-01 13:22:47 +00:00
|
|
|
Restricted mode: don't read or write to any file not specified on the
|
2009-12-02 03:36:22 +00:00
|
|
|
command line; read any \fInanorc\fP files; allow suspending; allow a
|
|
|
|
file to be appended to, prepended to, or saved under a different name if
|
|
|
|
it already has one; or use backup files or spell checking. Also
|
|
|
|
accessible by invoking \fBnano\fP with any name beginning with 'r' (e.g.
|
|
|
|
"rnano").
|
2005-06-17 22:53:41 +00:00
|
|
|
.TP
|
2001-10-03 12:45:22 +00:00
|
|
|
.B \-S (\-\-smooth)
|
2003-08-31 16:44:10 +00:00
|
|
|
Enable smooth scrolling. Text will scroll line-by-line, instead of the
|
2002-07-19 01:08:59 +00:00
|
|
|
usual chunk-by-chunk behavior.
|
2001-10-03 12:45:22 +00:00
|
|
|
.TP
|
2004-02-25 03:58:46 +00:00
|
|
|
.B \-T \fIcols\fP (\-\-tabsize=\fIcols\fP)
|
2005-06-27 05:01:32 +00:00
|
|
|
Set the size (width) of a tab to \fIcols\fP columns. The value of
|
|
|
|
\fIcols\fP must be greater than 0. The default value is 8.
|
2001-10-03 12:45:22 +00:00
|
|
|
.TP
|
2005-06-17 19:06:25 +00:00
|
|
|
.B \-U (\-\-quickblank)
|
|
|
|
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
2006-06-08 02:45:38 +00:00
|
|
|
keystroke instead of 25. Note that \fB-c\fP overrides this.
|
2005-06-17 19:06:25 +00:00
|
|
|
.TP
|
2000-06-06 05:53:49 +00:00
|
|
|
.B \-V (\-\-version)
|
2006-05-01 13:22:47 +00:00
|
|
|
Show the current version number and exit.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2005-08-10 22:51:49 +00:00
|
|
|
.B \-W (\-\-wordbounds)
|
|
|
|
Detect word boundaries more accurately by treating punctuation
|
|
|
|
characters as part of a word.
|
|
|
|
.TP
|
2003-02-04 14:24:54 +00:00
|
|
|
.B \-Y \fIstr\fP (\-\-syntax=\fIstr\fP)
|
2005-06-17 22:11:43 +00:00
|
|
|
Specify a specific syntax highlighting from the \fInanorc\fP to use, if
|
|
|
|
available.
|
2002-05-04 04:23:30 +00:00
|
|
|
.TP
|
2000-06-06 05:53:49 +00:00
|
|
|
.B \-c (\-\-const)
|
2006-06-08 02:45:38 +00:00
|
|
|
Constantly show the cursor position. Note that this overrides \fB-U\fP.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2003-08-31 16:44:10 +00:00
|
|
|
.B \-d (\-\-rebinddelete)
|
|
|
|
Interpret the Delete key differently so that both Backspace and Delete
|
|
|
|
work properly. You should only need to use this option if Backspace
|
|
|
|
acts like Delete on your system.
|
|
|
|
.TP
|
2001-10-03 12:45:22 +00:00
|
|
|
.B \-h (\-\-help)
|
2006-05-01 13:22:47 +00:00
|
|
|
Show a summary of command line options and exit.
|
2001-10-03 12:45:22 +00:00
|
|
|
.TP
|
2000-06-06 05:53:49 +00:00
|
|
|
.B \-i (\-\-autoindent)
|
2004-02-28 01:58:21 +00:00
|
|
|
Indent new lines to the previous line's indentation. Useful when
|
|
|
|
editing source code.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2001-04-30 10:30:43 +00:00
|
|
|
.B \-k (\-\-cut)
|
2005-03-11 20:22:48 +00:00
|
|
|
Enable cut from cursor to end of line.
|
2001-04-30 10:30:43 +00:00
|
|
|
.TP
|
2000-06-06 05:53:49 +00:00
|
|
|
.B \-l (\-\-nofollow)
|
2002-04-06 05:02:14 +00:00
|
|
|
If the file being edited is a symbolic link, replace the link with
|
2005-03-11 20:22:48 +00:00
|
|
|
a new file instead of following it. Good for editing files in
|
2005-06-17 22:11:43 +00:00
|
|
|
\fI/tmp\fP, perhaps?
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
|
|
|
.B \-m (\-\-mouse)
|
2006-05-24 20:55:44 +00:00
|
|
|
Enable mouse support, if available for your system. When enabled, mouse
|
|
|
|
clicks can be used to place the cursor, set the mark (with a double
|
|
|
|
click), and execute shortcuts. The mouse will work in the X Window
|
|
|
|
System, and on the console when gpm is running.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2003-02-04 14:24:54 +00:00
|
|
|
.B \-o \fIdir\fP (\-\-operatingdir=\fIdir\fP)
|
2005-11-21 03:36:29 +00:00
|
|
|
Set operating directory. Makes \fBnano\fP set up something similar to a
|
2002-06-28 22:45:14 +00:00
|
|
|
chroot.
|
2001-10-03 12:45:22 +00:00
|
|
|
.TP
|
2003-01-17 03:06:28 +00:00
|
|
|
.B \-p (\-\-preserve)
|
2003-08-31 16:44:10 +00:00
|
|
|
Preserve the XON and XOFF sequences (^Q and ^S) so they will be caught
|
|
|
|
by the terminal.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2009-02-09 04:03:20 +00:00
|
|
|
.B \-q (\-\-quiet)
|
2009-12-02 03:36:22 +00:00
|
|
|
Do not report errors in the \fInanorc\fP file and ask them to be
|
|
|
|
acknowledged by pressing Enter at startup.
|
2009-02-09 04:03:20 +00:00
|
|
|
.TP
|
2003-02-04 14:24:54 +00:00
|
|
|
.B \-r \fIcols\fP (\-\-fill=\fIcols\fP)
|
2005-06-27 05:01:32 +00:00
|
|
|
Wrap lines at column \fIcols\fP. If this value is 0 or less, wrapping
|
|
|
|
will occur at the width of the screen less \fIcols\fP columns, allowing
|
|
|
|
the wrap point to vary along with the width of the screen if the screen
|
2009-11-27 02:50:12 +00:00
|
|
|
is resized. The default value is \-8.
|
2001-04-30 10:30:43 +00:00
|
|
|
.TP
|
2003-02-04 14:24:54 +00:00
|
|
|
.B \-s \fIprog\fP (\-\-speller=\fIprog\fP)
|
2000-06-06 05:53:49 +00:00
|
|
|
Enable alternative spell checker command.
|
|
|
|
.TP
|
|
|
|
.B \-t (\-\-tempfile)
|
2005-06-17 22:11:43 +00:00
|
|
|
Always save changed buffer without prompting. Same as Pico's \fB-t\fP
|
|
|
|
option.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2009-07-12 03:36:58 +00:00
|
|
|
.B \-u (\-\-undo)
|
|
|
|
Enable experimental generic-purpose undo code. By default, the undo and redo
|
|
|
|
shortcuts are Meta-U and Meta-E, respectively.
|
|
|
|
.TP
|
2000-06-06 05:53:49 +00:00
|
|
|
.B \-v (\-\-view)
|
|
|
|
View file (read only) mode.
|
|
|
|
.TP
|
|
|
|
.B \-w (\-\-nowrap)
|
|
|
|
Disable wrapping of long lines.
|
|
|
|
.TP
|
|
|
|
.B \-x (\-\-nohelp)
|
|
|
|
Disable help screen at bottom of editor.
|
|
|
|
.TP
|
|
|
|
.B \-z (\-\-suspend)
|
|
|
|
Enable suspend ability.
|
|
|
|
.TP
|
2009-08-17 07:52:10 +00:00
|
|
|
.B \-$ (\-\-softwrap)
|
2009-12-02 03:36:22 +00:00
|
|
|
Enable 'soft wrapping'. \fBnano\fP will attempt to display the entire
|
|
|
|
contents of a line, even if it is longer than the screen width. Since
|
2009-12-26 01:58:50 +00:00
|
|
|
\&'$' normally refers to a variable in the Unix shell, you should specify
|
2009-12-02 22:47:57 +00:00
|
|
|
this option last when using other options (e.g. 'nano \-wS$') or pass it
|
|
|
|
separately (e.g. 'nano \-wS \-$').
|
2009-08-17 07:52:10 +00:00
|
|
|
.TP
|
2001-10-03 15:53:25 +00:00
|
|
|
.B \-a, \-b, \-e, \-f, \-g, \-j
|
2000-12-18 02:23:50 +00:00
|
|
|
Ignored, for compatibility with Pico.
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2003-02-04 14:24:54 +00:00
|
|
|
.SH INITIALIZATION FILE
|
2003-08-31 16:44:10 +00:00
|
|
|
\fBnano\fP will read initialization files in the following order:
|
2005-06-17 22:11:43 +00:00
|
|
|
\fISYSCONFDIR/nanorc\fP, then \fI~/.nanorc\fP. Please see
|
|
|
|
\fBnanorc(5)\fP and the example file \fBnanorc.sample\fP, both of which
|
|
|
|
should be provided with \fBnano\fP.
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-12-03 02:46:02 +00:00
|
|
|
.SH NOTES
|
2004-06-01 22:56:34 +00:00
|
|
|
If no alternative spell checker command is specified on the command
|
2009-12-02 03:36:22 +00:00
|
|
|
line or in one of the \fInanorc\fP files, \fBnano\fP will check the
|
2004-06-01 22:56:34 +00:00
|
|
|
\fBSPELL\fP environment variable for one.
|
|
|
|
|
2006-05-14 15:19:38 +00:00
|
|
|
In some cases \fBnano\fP will try to dump the buffer into an emergency
|
|
|
|
file. This will happen mainly if \fBnano\fP receives a SIGHUP or
|
|
|
|
SIGTERM or runs out of memory. It will write the buffer into a file
|
2005-06-17 22:11:43 +00:00
|
|
|
named \fInano.save\fP if the buffer didn't have a name already, or will
|
|
|
|
add a ".save" suffix to the current filename. If an emergency file with
|
2006-05-14 15:19:38 +00:00
|
|
|
that name already exists in the current directory, it will add ".save"
|
|
|
|
plus a number (e.g. ".save.1") to the current filename in order to make
|
|
|
|
it unique. In multibuffer mode, \fBnano\fP will write all the open
|
2005-06-17 22:11:43 +00:00
|
|
|
buffers to their respective emergency files.
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH BUGS
|
2005-06-17 22:11:43 +00:00
|
|
|
Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
|
2003-06-11 10:17:20 +00:00
|
|
|
|
2005-06-17 22:11:43 +00:00
|
|
|
The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
|
2003-06-11 10:17:20 +00:00
|
|
|
|
2005-06-17 22:11:43 +00:00
|
|
|
To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
|
|
|
|
of "subscribe".
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH HOMEPAGE
|
2003-02-09 01:28:40 +00:00
|
|
|
http://www.nano-editor.org/
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.PD 0
|
|
|
|
.TP
|
|
|
|
\fBnanorc\fP(5)
|
|
|
|
.PP
|
|
|
|
\fI/usr/share/doc/nano/\fP (or equivalent on your system)
|
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH AUTHOR
|
2005-06-17 22:11:43 +00:00
|
|
|
Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
|
|
|
|
\fITHANKS\fP for details). This manual page was originally written by
|
2006-07-12 16:50:43 +00:00
|
|
|
Jordi Mallach <jordi@gnu.org>, for the Debian system (but may be used by
|
|
|
|
others).
|