2000-12-03 02:46:02 +00:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
2014-06-13 15:20:26 +00:00
|
|
|
.\" $Id$
|
|
|
|
.\"
|
2009-12-02 03:36:22 +00:00
|
|
|
.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
2014-04-30 20:18:26 +00:00
|
|
|
.\" 2009, 2010, 2013, 2014 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
|
|
|
.\"
|
2014-08-01 21:04:35 +00:00
|
|
|
.TH NANO 1 "version 2.3.7" "August 2014"
|
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
|
2014-07-16 11:07:08 +00:00
|
|
|
.RI [ options "] [[+" line , column "]\ " file "]..."
|
2003-02-09 01:28:40 +00:00
|
|
|
|
2000-06-06 05:53:49 +00:00
|
|
|
.SH DESCRIPTION
|
2000-12-03 02:46:02 +00:00
|
|
|
\fBnano\fP is a small, free and friendly editor which aims to replace
|
2014-04-08 20:01:17 +00:00
|
|
|
Pico, the default editor included in the non-free Pine package. On
|
|
|
|
top of copying Pico's look and feel, \fBnano\fP also implements some
|
2002-07-19 01:08:59 +00:00
|
|
|
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
|
2014-07-16 11:07:08 +00:00
|
|
|
.B +\fIline\fP,\fIcolumn\fP
|
2014-03-03 16:08:45 +00:00
|
|
|
Places the cursor on line number \fIline\fP and at 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
|
2014-03-03 16:08:45 +00:00
|
|
|
default line 1, column 1.
|
2005-03-26 23:15:51 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-A , " \-\-smarthome"
|
2004-05-22 20:15:20 +00:00
|
|
|
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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-B , " \-\-backup"
|
2002-06-28 22:45:14 +00:00
|
|
|
When saving a file, back up the previous version of it to the current
|
2014-05-06 20:43:00 +00:00
|
|
|
filename suffixed with a tilde (\fB~\fP).
|
2002-06-28 22:45:14 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-C\ \fIdirectory\fR , " \-\-backupdir=" \fIdirectory
|
2014-05-06 20:43:00 +00:00
|
|
|
Set the directory where \fBnano\fP puts unique backup files, if file
|
2005-05-30 02:09:21 +00:00
|
|
|
backups are enabled.
|
2004-02-28 16:24:31 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-D , " \-\-boldtext"
|
2006-04-12 15:27:40 +00:00
|
|
|
Use bold text instead of reverse video text.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-E , " \-\-tabstospaces"
|
2005-06-15 23:20:56 +00:00
|
|
|
Convert typed tabs to spaces.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-F , " \-\-multibuffer"
|
2014-06-16 15:24:28 +00:00
|
|
|
Enable multiple file buffers (if support for them has been compiled in).
|
2001-07-15 16:07:23 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-G , " \-\-locking"
|
2013-01-01 03:24:39 +00:00
|
|
|
Enable vim-style file locking when editing files.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-H , " \-\-historylog"
|
2014-06-16 15:02:58 +00:00
|
|
|
Log search and replace strings to \fI~/.nano/search_history\fP, so they can be
|
2014-06-20 15:56:31 +00:00
|
|
|
retrieved in later sessions.
|
2003-01-17 03:06:28 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-I , " \-\-ignorercfiles"
|
2014-06-20 15:56:31 +00:00
|
|
|
Don't look at the system's \fBnanorc\fP nor at \fB~/.nanorc\fP.
|
2002-07-20 13:57:41 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-K , " \-\-rebindkeypad"
|
2005-08-10 22:51:49 +00:00
|
|
|
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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-L , " \-\-nonewlines"
|
2005-11-05 17:35:44 +00:00
|
|
|
Don't add newlines to the ends of files.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-N , " \-\-noconvert"
|
2002-02-22 04:30:50 +00:00
|
|
|
Disable automatic conversion of files from DOS/Mac format.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-O , " \-\-morespace"
|
2005-01-17 05:24:26 +00:00
|
|
|
Use the blank line below the titlebar as extra editing space.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-P , " \-\-poslog"
|
2014-04-08 20:01:17 +00:00
|
|
|
Log and later read back the location of the cursor and place it there
|
|
|
|
again.
|
2013-06-14 02:31:38 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR "\-Q ""\fIcharacters\fB""" , " \-\-quotestr=""" \fIcharacters\fR """
|
2002-08-21 16:10:37 +00:00
|
|
|
Set the quoting string for justifying. The default is
|
2014-08-01 21:04:35 +00:00
|
|
|
\fB"^([\ \\t]*[#:>\\|}])+"\fP if extended regular expression support is
|
|
|
|
available, or \fB">\ "\fP otherwise. Note that \fB\\t\fP stands for a
|
2006-05-14 15:19:38 +00:00
|
|
|
Tab.
|
2002-03-04 12:15:44 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-R , " \-\-restricted"
|
2006-05-01 13:22:47 +00:00
|
|
|
Restricted mode: don't read or write to any file not specified on the
|
2014-06-20 15:56:31 +00:00
|
|
|
command line; don't read any \fInanorc\fP files nor history files;
|
|
|
|
don't allow suspending nor spell checking;
|
2014-05-06 20:43:00 +00:00
|
|
|
don't allow a file to be appended to, prepended to, or saved under a
|
2014-06-20 15:56:31 +00:00
|
|
|
different name if it already has one; and don't use backup files.
|
|
|
|
This restricted mode is also accessible by invoking \fBnano\fP
|
2014-05-06 20:43:00 +00:00
|
|
|
with any name beginning with 'r' (e.g. "rnano").
|
2005-06-17 22:53:41 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-T\ \fInumber\fR , " \-\-tabsize=" \fInumber
|
2014-05-06 20:43:00 +00:00
|
|
|
Set the size (width) of a tab to \fInumber\fP columns. The value of
|
|
|
|
\fInumber\fP must be greater than 0. The default value is 8.
|
2001-10-03 12:45:22 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-U , " \-\-quickblank"
|
2005-06-17 19:06:25 +00:00
|
|
|
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
2014-03-03 16:08:45 +00:00
|
|
|
keystroke instead of 25. Note that \fB\-c\fP overrides this.
|
2005-06-17 19:06:25 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-W , " \-\-wordbounds"
|
2005-08-10 22:51:49 +00:00
|
|
|
Detect word boundaries more accurately by treating punctuation
|
|
|
|
characters as part of a word.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-Y\ \fIname\fR , " \-\-syntax=" \fIname
|
2014-06-20 15:56:31 +00:00
|
|
|
Specify the name of the syntax highlighting to use from among the ones
|
|
|
|
defined in the \fInanorc\fP files.
|
2002-05-04 04:23:30 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-c , " \-\-const"
|
2014-03-03 16:08:45 +00:00
|
|
|
Constantly show the cursor position. Note that this overrides \fB\-U\fP.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-d , " \-\-rebinddelete"
|
2003-08-31 16:44:10 +00:00
|
|
|
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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-h , " \-\-help"
|
2014-03-03 16:08:45 +00:00
|
|
|
Show a summary of the available command-line options and exit.
|
2001-10-03 12:45:22 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-k , " \-\-cut"
|
2014-05-06 20:43:00 +00:00
|
|
|
Make the 'Cut Text' command (normally ^K) cut from the current cursor
|
|
|
|
position to the end of the line, instead of cutting the entire line.
|
2001-04-30 10:30:43 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-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
|
2014-05-06 20:43:00 +00:00
|
|
|
System, and on the console when gpm is running. Text can still be
|
|
|
|
selected through dragging by holding down the Shift key.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-n , " \-\-noread"
|
2014-04-08 19:40:37 +00:00
|
|
|
Treat any name given on the command line as a new file. This allows
|
|
|
|
\fBnano\fR to write to named pipes: it will start with a blank buffer,
|
|
|
|
and will write to the pipe when the user saves the "file". This way
|
|
|
|
\fBnano\fR can be used as an editor in combination with for instance
|
|
|
|
\fBgpg\fR without having to write sensitive data to disk first.
|
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-o\ \fIdirectory\fR , " \-\-operatingdir=" \fIdirectory
|
2014-06-20 15:56:31 +00:00
|
|
|
Set the operating directory. This makes \fBnano\fP set up something
|
|
|
|
similar to a chroot.
|
2001-10-03 12:45:22 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-q , " \-\-quiet"
|
2014-06-20 15:56:31 +00:00
|
|
|
Do not report errors in the \fInanorc\fP files nor ask them to be
|
2009-12-02 03:36:22 +00:00
|
|
|
acknowledged by pressing Enter at startup.
|
2009-02-09 04:03:20 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-r\ \fInumber\fR , " \-\-fill=" \fInumber
|
2014-05-06 20:43:00 +00:00
|
|
|
Hard-wrap lines at column \fInumber\fP. If this value is 0 or less, wrapping
|
|
|
|
will occur at the width of the screen less \fInumber\fP columns, allowing
|
2005-06-27 05:01:32 +00:00
|
|
|
the wrap point to vary along with the width of the screen if the screen
|
2014-05-06 20:43:00 +00:00
|
|
|
is resized. The default value is \-8. This option conflicts with
|
|
|
|
.B \-w
|
|
|
|
-- the last one given takes effect.
|
2001-04-30 10:30:43 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-s\ \fIprogram\fR , " \-\-speller=" \fIprogram
|
|
|
|
Use this alternative spell checker command.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-t , " \-\-tempfile"
|
|
|
|
Always save a changed buffer without prompting. Same as Pico's \fB\-t\fP
|
2005-06-17 22:11:43 +00:00
|
|
|
option.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-v , " \-\-view"
|
2014-05-06 20:43:00 +00:00
|
|
|
View-file (read-only) mode.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-w , " \-\-nowrap"
|
2014-05-06 20:43:00 +00:00
|
|
|
Disable the hard-wrapping of long lines. This option conflicts with
|
|
|
|
.B \-r
|
|
|
|
-- the last one given takes effect.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-x , " \-\-nohelp"
|
2014-05-06 20:43:00 +00:00
|
|
|
Don't show the two help lines at the bottom of the screen.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-z , " \-\-suspend"
|
2014-05-06 20:43:00 +00:00
|
|
|
Enable the suspend ability.
|
2000-06-06 05:53:49 +00:00
|
|
|
.TP
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-$ , " \-\-softwrap"
|
2014-05-06 20:43:00 +00:00
|
|
|
Enable 'soft wrapping'. This will make \fBnano\fP attempt to display the
|
|
|
|
entire contents of any line, even if it is longer than the screen width, by
|
|
|
|
continuing it over multiple screen lines. Since
|
2009-12-26 01:58:50 +00:00
|
|
|
\&'$' normally refers to a variable in the Unix shell, you should specify
|
2014-07-16 11:07:08 +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
|
2014-08-01 21:04:35 +00:00
|
|
|
.BR \-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:
|
2014-06-17 20:30:59 +00:00
|
|
|
the system's \fBnanorc\fP (if it exists), and then the user's
|
|
|
|
\fB~/.nanorc\fP (if it exists). Please see
|
|
|
|
.BR nanorc (5)
|
|
|
|
for more information on the possible contents of those files.
|
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
|
2014-06-17 20:30:59 +00:00
|
|
|
line nor 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"
|
2014-07-16 11:07:08 +00:00
|
|
|
plus a number (e.g.\& ".save.1") to the current filename in order to make
|
2006-05-14 15:19:38 +00:00
|
|
|
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
|
2014-08-01 21:04:35 +00:00
|
|
|
Chris Allegretta <chrisa@asty.org>, et al (see the files \fIAUTHORS\fP and
|
2005-06-17 22:11:43 +00:00
|
|
|
\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).
|