2001-02-12 03:48:53 +00:00
|
|
|
\input texinfo @c -*-texinfo-*-
|
|
|
|
@c %**start of header
|
|
|
|
@setfilename nano.info
|
|
|
|
@settitle nano Command Manual
|
|
|
|
@c %**end of header
|
|
|
|
|
|
|
|
@c This file has the new style title page commands.
|
|
|
|
@c Run `makeinfo' rather than `texinfo-format-buffer'.
|
|
|
|
@smallbook
|
|
|
|
@set EDITION 0.1
|
2005-11-21 21:45:07 +00:00
|
|
|
@set VERSION 1.3.10
|
2006-04-20 14:43:09 +00:00
|
|
|
@set UPDATED 20 Apr 2006
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2001-03-22 23:12:22 +00:00
|
|
|
@dircategory Editors
|
|
|
|
@direntry
|
2002-07-19 01:08:59 +00:00
|
|
|
* nano: (nano). Small and friendly text editor.
|
2001-03-22 23:12:22 +00:00
|
|
|
@end direntry
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@c tex
|
|
|
|
@c \overfullrule=0pt
|
|
|
|
@c end tex
|
|
|
|
|
|
|
|
@titlepage
|
2001-02-15 00:25:17 +00:00
|
|
|
@title GNU @code{nano}
|
2001-02-12 03:48:53 +00:00
|
|
|
@subtitle a small and friendly text editor.
|
2005-11-21 21:45:07 +00:00
|
|
|
@subtitle version 1.3.10
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@author Chris Allegretta
|
|
|
|
@page
|
|
|
|
|
2001-02-15 00:25:17 +00:00
|
|
|
This manual documents GNU @code{nano}, a small and friendly text
|
|
|
|
editor.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2001-02-15 00:25:17 +00:00
|
|
|
This manual is part of the GNU @code{nano} distribution.@*
|
2001-02-12 03:48:53 +00:00
|
|
|
@sp4
|
2006-03-30 07:07:48 +00:00
|
|
|
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Chris
|
|
|
|
Allegretta.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2006-04-16 22:13:10 +00:00
|
|
|
This is free documentation, see the latest version of the GNU General
|
|
|
|
Public License for copying conditions. There is NO warranty.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2002-11-04 16:05:42 +00:00
|
|
|
You may contact the author by
|
2001-02-12 03:48:53 +00:00
|
|
|
e-mail: @email{chrisa@@asty.org}@*
|
|
|
|
@end titlepage
|
|
|
|
|
|
|
|
@node Top, Introduction, (dir), (dir)
|
|
|
|
|
2002-07-19 01:08:59 +00:00
|
|
|
This manual documents GNU @code{nano}, a small and friendly text
|
|
|
|
editor.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@menu
|
|
|
|
* Introduction::
|
|
|
|
* Editor Basics::
|
|
|
|
* Online Help::
|
|
|
|
* Feature Toggles::
|
|
|
|
* The File Browser::
|
|
|
|
* Pico Compatibility::
|
|
|
|
* Building and Configure Options::
|
|
|
|
@end menu
|
|
|
|
|
|
|
|
@node Introduction, Editor Basics, Top, Top
|
|
|
|
@chapter Introduction
|
|
|
|
|
2002-07-19 01:08:59 +00:00
|
|
|
GNU @code{nano} is a small and friendly text editor. Besides basic text
|
|
|
|
editing, @code{nano} offers many extra features like an interactive
|
2006-04-20 14:15:16 +00:00
|
|
|
search and replace, go to line number, auto-indentation, feature
|
|
|
|
toggles, internationalization support, and filename tab completion.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@menu
|
|
|
|
* Overview::
|
|
|
|
* Command Line Options::
|
|
|
|
@end menu
|
|
|
|
|
|
|
|
@node Overview, Command Line Options, Introduction, Introduction
|
|
|
|
@section Overview
|
|
|
|
|
2005-05-16 18:38:16 +00:00
|
|
|
@code{nano} +LINE,COLUMN [GNU long option] [option] [ @var{file ...} ]
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2001-02-15 00:25:17 +00:00
|
|
|
The original goal for @code{nano} was a complete bug-for-bug compatible
|
2005-03-27 04:30:33 +00:00
|
|
|
emulation of Pico, but @code{nano}'s main goal is to be as compatible as
|
2006-04-16 20:40:29 +00:00
|
|
|
possible while offering a superset of Pico's functionality. See
|
|
|
|
@xref{Pico Compatibility}, for more info.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2003-08-31 16:44:10 +00:00
|
|
|
Email bug reports to @email{nano@@nano-editor.org}.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@node Command Line Options, , Overview, Introduction
|
|
|
|
@section Command Line Options
|
|
|
|
|
2001-02-15 00:25:17 +00:00
|
|
|
@code{nano} takes the following options from the command line:
|
2002-06-28 22:45:14 +00:00
|
|
|
|
2001-02-12 03:48:53 +00:00
|
|
|
@table @code
|
2005-05-16 18:38:16 +00:00
|
|
|
@item +LINE,COLUMN
|
|
|
|
Start at line number LINE and column number COLUMN instead of the
|
|
|
|
default of line 1, column 1.
|
2005-03-26 23:15:51 +00:00
|
|
|
|
|
|
|
@item -?
|
|
|
|
Same as @code{-h, --help}.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2004-05-22 20:15:20 +00:00
|
|
|
@item -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.
|
|
|
|
|
2002-06-28 22:45:14 +00:00
|
|
|
@item -B, --backup
|
|
|
|
When saving a file, back up the previous version of it to the current
|
|
|
|
filename suffixed with a ~.
|
|
|
|
|
2005-06-15 23:20:56 +00:00
|
|
|
@item -C, --backupdir=[dir]
|
2005-05-30 02:09:21 +00:00
|
|
|
Set the directory where @code{nano} puts unique backup files if file
|
2004-02-28 16:24:31 +00:00
|
|
|
backups are enabled.
|
|
|
|
|
2006-04-12 15:27:40 +00:00
|
|
|
@item -D, --boldtext
|
|
|
|
Use bold text instead of reverse video text.
|
|
|
|
|
2005-06-15 23:20:56 +00:00
|
|
|
@item -E, --tabstospaces
|
|
|
|
Convert typed tabs to spaces.
|
|
|
|
|
2001-10-03 12:45:22 +00:00
|
|
|
@item -F, --multibuffer
|
2002-06-28 22:45:14 +00:00
|
|
|
Enable multiple file buffers, if available.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2002-07-20 13:57:41 +00:00
|
|
|
@item -I, --ignorercfiles
|
2003-08-31 16:44:10 +00:00
|
|
|
Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
|
2002-11-04 16:05:42 +00:00
|
|
|
available.
|
2002-07-20 13:57:41 +00:00
|
|
|
|
2005-08-10 23:32:08 +00:00
|
|
|
@item -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.
|
|
|
|
|
2005-11-05 17:35:44 +00:00
|
|
|
@item -L, --nonewlines
|
|
|
|
Don't add newlines to the ends of files.
|
|
|
|
|
2002-03-04 17:35:44 +00:00
|
|
|
@item -N, --noconvert
|
2005-11-04 06:43:02 +00:00
|
|
|
Don't convert files from DOS/Mac format.
|
2002-03-04 17:35:44 +00:00
|
|
|
|
|
|
|
@item -Q [str], --quotestr [str]
|
2002-08-21 16:10:37 +00:00
|
|
|
Set the quoting string for justifying. The default is
|
|
|
|
|
2002-11-04 16:05:42 +00:00
|
|
|
@quotation
|
|
|
|
@code{^([ \t]*[|>:@}#])+}
|
|
|
|
@end quotation
|
|
|
|
|
2006-04-20 14:33:36 +00:00
|
|
|
if extended regular expression support is available, or "> " otherwise.
|
|
|
|
Note that @code{\t} above stands for a literal Tab character.
|
2002-03-04 17:35:44 +00:00
|
|
|
|
2005-06-17 22:53:41 +00:00
|
|
|
@item -R, --restricted
|
|
|
|
Restricted mode: Don't read or write to any file not specified on the
|
2006-04-16 22:39:15 +00:00
|
|
|
command line; read any nanorc 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 @code{nano} with any name beginning with 'r' (e.g. "rnano").
|
2005-06-17 22:53:41 +00:00
|
|
|
|
2001-10-03 12:45:22 +00:00
|
|
|
@item -S, --smooth
|
2002-11-04 16:05:42 +00:00
|
|
|
Enable smooth scrolling.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2004-02-25 03:58:46 +00:00
|
|
|
@item -T [num], --tabsize=[#cols]
|
2005-06-27 05:01:32 +00:00
|
|
|
Set the displayed tab length to #cols columns. The value of #cols must
|
|
|
|
be greater than 0. The default value is 8.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2005-06-17 22:11:43 +00:00
|
|
|
@item -U, --quickblank
|
|
|
|
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
|
|
|
keystroke instead of 25. Note that -c cancels this out.
|
|
|
|
|
2003-08-31 16:44:10 +00:00
|
|
|
@item -V, --version
|
2001-02-12 03:48:53 +00:00
|
|
|
Print the version number and copyright and quit.
|
|
|
|
|
2005-08-10 23:32:08 +00:00
|
|
|
@item -W, --wordbounds
|
|
|
|
Detect word boundaries more accurately by treating punctuation
|
|
|
|
characters as part of a word.
|
|
|
|
|
2002-06-28 22:45:14 +00:00
|
|
|
@item -Y, --syntax=[str]
|
2005-11-12 07:23:39 +00:00
|
|
|
Specify a specific syntax highlighting from the nanorc to use, if
|
2002-06-28 22:45:14 +00:00
|
|
|
available.
|
|
|
|
|
2001-02-12 03:48:53 +00:00
|
|
|
@item -c, --const
|
2001-05-05 17:45:54 +00:00
|
|
|
Constantly display the cursor position and line number on the statusbar.
|
2005-06-17 22:11:43 +00:00
|
|
|
Note that this cancels out -U.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2003-08-31 16:44:10 +00:00
|
|
|
@item -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.
|
|
|
|
|
2001-02-12 03:48:53 +00:00
|
|
|
@item -h, --help
|
|
|
|
Print the usage and exit.
|
|
|
|
|
|
|
|
@item -i, --autoindent
|
|
|
|
Automatically indent new lines to the same number of spaces and tabs as
|
|
|
|
the previous line.
|
|
|
|
|
|
|
|
@item -k, --cut
|
2005-03-11 20:22:48 +00:00
|
|
|
Cut from the current cursor position to the end of the current line.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item -l, --nofollow
|
2005-03-11 20:22:48 +00:00
|
|
|
When writing files, if the given file is a symbolic link, it is removed
|
2001-02-12 03:48:53 +00:00
|
|
|
and a new file is created.
|
|
|
|
|
|
|
|
@item -m, --mouse
|
|
|
|
Enables the use of the mouse to select text (currently only useful for
|
2005-03-11 20:22:48 +00:00
|
|
|
running under the X Window System).
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2001-10-03 12:45:22 +00:00
|
|
|
@item -o [dir], --operatingdir=[dir]
|
2003-08-31 16:44:10 +00:00
|
|
|
Set operating directory. Makes @code{nano} set up something similar to
|
|
|
|
a chroot.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2003-01-13 02:56:29 +00:00
|
|
|
@item -p, --preserve
|
2003-08-31 16:44:10 +00:00
|
|
|
Preserve the ^Q (XON) and ^S (XOFF) sequences so data being sent to the
|
|
|
|
editor can be can be stopped and started.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item -r [#cols], --fill=[#cols].
|
2005-06-27 05:01:32 +00:00
|
|
|
Wrap lines at column #cols. If this value is 0 or less, wrapping will
|
|
|
|
occur at #cols less the width of the screen, allowing it to vary along
|
|
|
|
with the width of the screen if the screen is resized. The default
|
|
|
|
value is -8.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item -s [prog], --speller=[prog]
|
2004-06-01 22:56:34 +00:00
|
|
|
Invoke [prog] as the spell checker. By default, @code{nano} uses the
|
|
|
|
command specified in the SPELL environment variable, or, if SPELL is not
|
|
|
|
set, its own interactive spell checker that requires the @code{spell}
|
|
|
|
program to be installed on your system.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item -t, --tempfile
|
2005-11-04 06:43:02 +00:00
|
|
|
Don't ask whether or not to save the current contents of the file when
|
2001-02-15 00:25:17 +00:00
|
|
|
exiting, assume yes. This is most useful when using @code{nano} as the
|
2001-02-12 03:48:53 +00:00
|
|
|
composer of a mailer program.
|
|
|
|
|
|
|
|
@anchor{Expert Mode}
|
|
|
|
@item -x, --nohelp
|
2003-08-31 16:44:10 +00:00
|
|
|
In Expert Mode, the Shortcut Lists will not appear at the bottom of the
|
|
|
|
screen. This affects the location of the statusbar as well, as in
|
|
|
|
Expert Mode it is located at the very bottom of the editor.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2003-08-31 16:44:10 +00:00
|
|
|
Note: When accessing the help system, Expert Mode is temporarily
|
|
|
|
disabled to display the help system navigation keys.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item -v, --view
|
2005-11-11 17:04:17 +00:00
|
|
|
Don't allow the contents of the file to be altered. Note that this
|
|
|
|
option should NOT be used in place of correct file permissions to
|
|
|
|
implement a read-only file.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item -w, --nowrap
|
2005-11-04 06:43:02 +00:00
|
|
|
Don't wrap long lines at any length. This option overrides any value
|
2003-08-31 16:44:10 +00:00
|
|
|
for -r.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item -z, --suspend
|
2005-11-11 17:04:17 +00:00
|
|
|
Enable @code{nano}'s suspend ability using the system's suspend
|
2001-02-12 03:48:53 +00:00
|
|
|
keystroke (usually ^Z).
|
|
|
|
|
2001-10-03 15:53:25 +00:00
|
|
|
@item -a, -b, -e, -f, -g, -j
|
2001-10-03 12:45:22 +00:00
|
|
|
Ignored, for compatibility with Pico.
|
2001-02-12 03:48:53 +00:00
|
|
|
@end table
|
|
|
|
|
|
|
|
@node Editor Basics, Online Help, Introduction, Top
|
|
|
|
@chapter Editor Basics
|
|
|
|
@menu
|
|
|
|
* Entering Text::
|
|
|
|
* Special Functions::
|
|
|
|
* The Titlebar::
|
|
|
|
* The Statusbar::
|
|
|
|
* Shortcut Lists::
|
|
|
|
@end menu
|
|
|
|
|
|
|
|
@node Entering Text, Special Functions, Editor Basics, Editor Basics
|
|
|
|
@section Entering Text
|
|
|
|
|
2001-02-15 00:25:17 +00:00
|
|
|
All key sequences in @code{nano} are entered using the keyboard.
|
2006-04-20 14:33:36 +00:00
|
|
|
@code{nano} is a "modeless" editor. All keys, with the exception of
|
|
|
|
Control and Meta key sequences, will enter text into the file being
|
2003-08-31 16:44:10 +00:00
|
|
|
edited.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@node Special Functions, The Titlebar, Entering Text, Editor Basics
|
|
|
|
@section Special Functions
|
|
|
|
|
2006-04-20 14:33:36 +00:00
|
|
|
Special functions use the Control (Ctrl) key, displayed in the help and
|
|
|
|
shortcut lists as ^; the Meta key, displayed as M; or the Escape (Esc)
|
|
|
|
key.
|
2003-08-31 16:44:10 +00:00
|
|
|
|
2001-02-12 03:48:53 +00:00
|
|
|
@itemize @bullet
|
|
|
|
@item
|
2006-04-20 14:33:36 +00:00
|
|
|
Control key sequences are entered by holding down the Ctrl key and
|
2003-08-31 16:44:10 +00:00
|
|
|
pressing the desired key, or by pressing the Esc key twice and pressing
|
|
|
|
the desired key.
|
|
|
|
@item
|
|
|
|
Pressing Esc twice and then typing a three-digit number from 000 to 255
|
2006-04-20 14:33:36 +00:00
|
|
|
will enter the character with the corresponding value.
|
2001-02-12 03:48:53 +00:00
|
|
|
@item
|
2003-08-31 16:44:10 +00:00
|
|
|
Meta key sequences can be entered in a number of possible ways: Pressing
|
2006-04-20 14:33:36 +00:00
|
|
|
the Esc key, then releasing it and pressing the desired key, or holding
|
|
|
|
down the Alt key while pressing the desired key. This varies from
|
|
|
|
keyboard to keyboard, and certain commercial operating systems "swallow"
|
|
|
|
the Alt key so that it never reaches the application. If your operating
|
|
|
|
system does this, you should use the Esc key to generate Meta key
|
|
|
|
sequences.
|
2001-02-12 03:48:53 +00:00
|
|
|
@end itemize
|
|
|
|
|
|
|
|
@node The Titlebar, The Statusbar, Special Functions, Editor Basics
|
|
|
|
@section The Titlebar
|
|
|
|
|
|
|
|
The titlebar is the line displayed at the top of the editor. There are
|
2003-08-31 16:44:10 +00:00
|
|
|
three sections: left, center and right. The section on the left
|
|
|
|
displays the version of @code{nano} being used. The center section
|
2006-04-20 14:33:36 +00:00
|
|
|
displays the current file name, or "New Buffer" if the file has not yet
|
|
|
|
been named. The section on the right will display "Modified" if the
|
|
|
|
file has been modified since it was last saved or opened.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2006-04-20 14:33:36 +00:00
|
|
|
Special modes: When @code{nano} is in "File browser" mode, the center
|
2006-04-16 20:40:29 +00:00
|
|
|
section will display the current directory instead of the filename. See
|
|
|
|
@xref{The File Browser}, for more info.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@node The Statusbar, Shortcut Lists, The Titlebar, Editor Basics
|
|
|
|
@section The Statusbar
|
|
|
|
|
2006-04-16 20:40:29 +00:00
|
|
|
The statusbar is located three lines from the bottom of the screen, or
|
|
|
|
the bottom line in Expert Mode. See @xref{Expert Mode}, for more info.
|
|
|
|
It shows important and informational messages. Any error messages that
|
2006-04-05 13:40:56 +00:00
|
|
|
occur from using the editor will appear on the statusbar. Any questions
|
|
|
|
that are asked of the user will be asked on the statusbar, and any user
|
|
|
|
input (search strings, file names, etc.) will be input on the statusbar.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@node Shortcut Lists, , The Statusbar, Editor Basics
|
|
|
|
@section Shortcut Lists
|
|
|
|
|
2002-06-28 22:45:14 +00:00
|
|
|
The Shortcut Lists are the two lines at the bottom of the screen which
|
2003-08-31 16:44:10 +00:00
|
|
|
show some of the more commonly used functions in the editor.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@node Online Help, Feature Toggles, Editor Basics, Top
|
|
|
|
@chapter Online Help
|
|
|
|
|
2001-02-15 00:25:17 +00:00
|
|
|
The online help system in @code{nano} is available by pressing ^G.
|
2003-08-31 16:44:10 +00:00
|
|
|
It is fairly self explanatory, documenting the various parts of the
|
2001-02-12 03:48:53 +00:00
|
|
|
editor and available keystrokes. Navigation is via the ^Y (Page Up)
|
|
|
|
and ^V (Page Down) keys. ^X exits the help system.
|
|
|
|
|
|
|
|
|
|
|
|
@node Feature Toggles, The File Browser, Online Help, Top
|
|
|
|
@chapter Feature Toggles
|
|
|
|
|
|
|
|
Toggles allow you to change certain aspects of the editor that
|
2005-11-11 17:04:17 +00:00
|
|
|
would normally be done via command line options. They are invoked via
|
2006-04-16 20:40:29 +00:00
|
|
|
certain Meta key sequences. See @xref{Special Functions}, for more info.
|
2002-06-28 22:45:14 +00:00
|
|
|
The following global toggles are available:
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@table @code
|
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Backup Files Toggle (Meta-B)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -B (@code{--backup}) command line option.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Constant Cursor Position Display Toggle (Meta-C)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -c (@code{--const}) command line option.
|
2005-06-19 22:22:01 +00:00
|
|
|
|
2005-01-17 05:24:26 +00:00
|
|
|
@item Multiple File Buffers Toggle (Meta-F)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -F (@code{--multibuffer}) command line option.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Smart Home Key Toggle (Meta-H)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -A (@code{--smarthome}) command line option.
|
2004-05-22 20:15:20 +00:00
|
|
|
|
2005-01-17 05:24:26 +00:00
|
|
|
@item Auto Indent Toggle (Meta-I)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -i (@code{--autoindent}) command line option.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item Cut To End Toggle (Meta-K)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -k (@code{--cut}) command line option.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Long Line Wrapping Toggle (Meta-L)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -w (@code{--nowrap}) command line option.
|
2004-04-20 19:19:21 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Mouse Support Toggle (Meta-M)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -m (@code{--mouse}) command line option.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item No Conversion From DOS/Mac Format Toggle (Meta-N)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -N (@code{--noconvert}) command line option.
|
2005-06-19 22:22:01 +00:00
|
|
|
|
|
|
|
@item More Space For Editing Toggle (Meta-O)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -O (@code{--morespace}) command line option.
|
2005-01-17 05:24:26 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Whitespace Display Toggle (Meta-P)
|
|
|
|
toggles whitespace display mode if you have a "whitespace" option in
|
2005-11-12 07:23:39 +00:00
|
|
|
your nanorc.
|
2005-06-19 22:22:01 +00:00
|
|
|
|
2005-06-21 17:44:01 +00:00
|
|
|
@item Tabs to Spaces Toggle (Meta-Q)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -E (@code{--tabstospaces}) command line option.
|
2005-06-21 17:44:01 +00:00
|
|
|
|
2001-10-03 12:45:22 +00:00
|
|
|
@item Smooth Scrolling Toggle (Meta-S)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -S (@code{--smooth}) command line option.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Expert/No Help Toggle (Meta-X)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -x (@code{--nohelp}) command line option.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2005-06-19 22:22:01 +00:00
|
|
|
@item Color Syntax Highlighting Toggle (Meta-Y)
|
|
|
|
toggles color syntax highlighting if you have color syntaxes in your
|
2005-11-12 07:23:39 +00:00
|
|
|
nanorc.
|
2005-06-19 22:22:01 +00:00
|
|
|
|
2001-02-12 03:48:53 +00:00
|
|
|
@item Suspend Toggle (Meta-Z)
|
2005-11-11 17:04:17 +00:00
|
|
|
toggles the -z (@code{--suspend}) command line option.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@end table
|
|
|
|
|
2002-11-04 16:05:42 +00:00
|
|
|
|
2001-02-12 03:48:53 +00:00
|
|
|
@node The File Browser, Pico Compatibility, Feature Toggles, Top
|
|
|
|
@chapter The File Browser
|
|
|
|
|
2001-05-05 17:45:54 +00:00
|
|
|
When reading or writing files, pressing ^T will invoke the file browser.
|
2002-06-28 22:45:14 +00:00
|
|
|
Here, one can navigate directories in a graphical manner in order to
|
|
|
|
find the desired file.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2002-11-04 16:05:42 +00:00
|
|
|
Basic movement in the file browser is accomplished with the arrow keys
|
|
|
|
and page up/down. The behavior of the enter (or `s') key varies by what
|
2002-06-28 22:45:14 +00:00
|
|
|
is currently selected. If the currently selected object is a directory,
|
2003-08-31 16:44:10 +00:00
|
|
|
the file browser will enter and display the contents of the directory.
|
2002-06-28 22:45:14 +00:00
|
|
|
If the object is a file, this filename and path are copied to the
|
|
|
|
statusbar and the file browser is exited.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@node Pico Compatibility, Building and Configure Options, The File Browser, Top
|
|
|
|
@chapter Pico Compatibility
|
|
|
|
|
2003-01-13 02:56:29 +00:00
|
|
|
@code{nano} attempts to emulate Pico as closely as possible, but there
|
|
|
|
are certain differences between the editors:
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@table @code
|
2003-01-13 02:56:29 +00:00
|
|
|
@item Search and Replace History
|
2004-05-07 18:00:20 +00:00
|
|
|
As of version 1.1.99pre1 of @code{nano}, text entered as search or
|
|
|
|
replace strings will be stored and can be accessed with the up/down
|
|
|
|
arrow keys. Previously, @code{nano} offered a more consistent, but
|
|
|
|
incompatible with Pico, method for entering search and replace strings.
|
|
|
|
In the old method, previous entries would be displayed by default as
|
|
|
|
editable text in front of the cursor, as opposed to being bracketed and
|
|
|
|
uneditable as it is in Pico. The old behavior could be made compatible
|
2005-11-11 17:04:17 +00:00
|
|
|
with Pico via the @code{-p} option, but recent versions of Pico use the
|
|
|
|
@code{-p} option to preserve the XON and XOFF sequences within the
|
2006-04-15 18:02:06 +00:00
|
|
|
editor. Since, with the new method, search and replace strings can
|
|
|
|
still be edited by simply hitting the up arrow key once, the old method
|
|
|
|
was removed completely.
|
2003-01-13 02:56:29 +00:00
|
|
|
|
|
|
|
|
2006-04-15 18:02:06 +00:00
|
|
|
@item Writing, Appending, or Prepending Selected Text to Files
|
2006-04-20 14:33:36 +00:00
|
|
|
Text selected using the marking key (^^) can be written out, appended,
|
|
|
|
or prepended to a new or existing file using the WriteOut key (^O).
|
2003-01-13 02:56:29 +00:00
|
|
|
|
|
|
|
@item Toggles
|
2003-08-31 16:44:10 +00:00
|
|
|
Many options which alter the functionality of the program can be
|
|
|
|
"toggled" on or off using Meta key sequences, meaning the program does
|
|
|
|
not have to be restarted to turn a particular feature of the editor on
|
|
|
|
or off. Please see the internal help function (^G) for a list of what
|
2006-04-16 20:40:29 +00:00
|
|
|
functions can be toggled for a particular version of @code{nano}. See
|
|
|
|
@xref{Feature Toggles}, for more info.
|
2003-01-13 02:56:29 +00:00
|
|
|
|
|
|
|
@item Cursor Position Display
|
|
|
|
The output of the "Display Cursor Position" in @code{nano} displays
|
|
|
|
the given column position, as well as the row and total character
|
|
|
|
position of the cursor.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item Interactive Replace and Spell Checker
|
2001-02-15 00:25:17 +00:00
|
|
|
It is worth noting that the @code{nano} replace function is interactive,
|
2003-08-31 16:44:10 +00:00
|
|
|
i.e, it does not stop after one search string is found and automatically
|
2001-02-15 00:25:17 +00:00
|
|
|
replace it. The @code{nano} implementation will stop at each search
|
2003-08-31 16:44:10 +00:00
|
|
|
string found and query whether to replace this instance or not. The
|
|
|
|
internal spell checker operates similarly. Note that these is no way to
|
|
|
|
force these functions to behave in the Pico fashion. As of version
|
2004-05-07 18:00:20 +00:00
|
|
|
1.1.99pre1, misspelled words are sorted and trimmed for uniqueness in
|
|
|
|
the internal spell checker such that the words 'apple' and 'Apple' will
|
|
|
|
be prompted for correction separately.
|
2001-02-12 03:48:53 +00:00
|
|
|
@end table
|
|
|
|
|
|
|
|
@node Building and Configure Options, , Pico Compatibility, Top
|
|
|
|
@chapter Building and Configure Options
|
|
|
|
|
2003-08-31 16:44:10 +00:00
|
|
|
Building @code{nano} from source is fairly straightforward if you are
|
|
|
|
familiar with compiling programs with autoconf support:
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2002-11-04 16:05:42 +00:00
|
|
|
@itemize @bullet
|
2005-03-27 04:30:33 +00:00
|
|
|
@item tar xvfz nano-x.y.z.tar.gz (where x.y.z is the version of
|
|
|
|
@code{nano})
|
2002-11-04 16:05:42 +00:00
|
|
|
@item cd nano-x.y.z/
|
|
|
|
@item ./configure
|
|
|
|
@item make
|
|
|
|
@item make install
|
|
|
|
@end itemize
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@table @code
|
|
|
|
|
2005-11-11 16:42:45 +00:00
|
|
|
|
2005-11-11 17:04:17 +00:00
|
|
|
@item --disable-browser
|
|
|
|
Disable the mini file browser when reading or writing files.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item --disable-help
|
2005-11-11 17:04:17 +00:00
|
|
|
Disable the help function. Doing this makes the binary much smaller,
|
|
|
|
but makes it difficult for new users to learn more than very basic
|
|
|
|
things about using the editor.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
2005-11-11 17:04:17 +00:00
|
|
|
@item --disable-justify
|
|
|
|
Disable the justify and unjustify functions.
|
2002-11-04 16:05:42 +00:00
|
|
|
|
|
|
|
@item --disable-mouse
|
|
|
|
Disable all mouse functionality. This also disables the -m command line
|
2005-11-11 17:04:17 +00:00
|
|
|
option, which enables the mouse functionality.
|
|
|
|
|
2005-11-29 04:25:57 +00:00
|
|
|
@item --disable-operatingdir
|
|
|
|
Disable setting the operating directory. This also disables the -o
|
|
|
|
command line option, which sets the operating directory.
|
|
|
|
|
2005-11-11 17:04:17 +00:00
|
|
|
@item --disable-speller
|
|
|
|
Disable use of the spell checker. This also disables the -s command
|
|
|
|
line option, which allows specifying an alternate spell checker.
|
|
|
|
|
|
|
|
@item --disable-tabcomp
|
|
|
|
Disable the tab completion code when reading or writing files.
|
2002-11-04 16:05:42 +00:00
|
|
|
|
2005-11-29 04:25:57 +00:00
|
|
|
@item --disable-wrapping
|
|
|
|
Disable all long line wrapping. This also eliminates the -w command
|
|
|
|
line option, which enables long line wrapping.
|
2001-02-12 03:48:53 +00:00
|
|
|
|
|
|
|
@item --enable-tiny
|
2002-11-04 16:05:42 +00:00
|
|
|
This option disables all the above. It also disables some of the larger
|
2005-11-11 17:04:17 +00:00
|
|
|
internals of the editor, like the marking code and the cut to line code.
|
|
|
|
It also disables the function toggles.
|
|
|
|
|
|
|
|
@item --enable-debug
|
|
|
|
Enable support for runtime debug output. This can get pretty messy, so
|
|
|
|
chances are you only want this feature to work on the nano source.
|
2001-04-02 05:36:08 +00:00
|
|
|
|
2005-11-11 16:42:45 +00:00
|
|
|
@item --enable-extra
|
|
|
|
Enable extra features. At the moment, this is just easter egg-type
|
|
|
|
stuff.
|
|
|
|
|
|
|
|
@item --enable-color
|
|
|
|
Enable support for syntax coloring of files. See the nanorc
|
|
|
|
documentation for more details. The nanorc feature will also be
|
|
|
|
enabled.
|
|
|
|
|
|
|
|
@item --enable-multibuffer
|
|
|
|
Enable support for opening multiple files at a time and switching
|
|
|
|
between them on the fly.
|
|
|
|
|
|
|
|
@item --enable-nanorc
|
|
|
|
Enable support for reading the nanorc file at startup. You can store
|
|
|
|
custom settings in the nanorc file rather than having to pass command
|
|
|
|
line options to get desired behavior.
|
|
|
|
|
|
|
|
@item --enable-all
|
|
|
|
Shortcut for enabling the above four features (extra, color,
|
2005-11-11 17:04:17 +00:00
|
|
|
multibuffer, and nanorc).
|
|
|
|
|
|
|
|
@item --disable-nls
|
|
|
|
Disables Native Language support. This will disable use of the
|
|
|
|
available GNU @code{nano} translations.
|
2005-11-11 16:42:45 +00:00
|
|
|
|
|
|
|
@item --disable-wrapping-as-root
|
2005-11-11 17:04:17 +00:00
|
|
|
Disable long line wrapping by default when nano is run as root.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2005-11-11 16:42:45 +00:00
|
|
|
@item --enable-utf8
|
|
|
|
Enable support for reading and writing Unicode files. This will require
|
|
|
|
either the wide version of ncurses, or a UTF-8-enabled version of Slang.
|
|
|
|
|
2005-11-11 17:04:17 +00:00
|
|
|
@item --disable-utf8
|
|
|
|
Disable support for reading and writing Unicode files.
|
|
|
|
|
2001-10-03 12:45:22 +00:00
|
|
|
@item --with-slang
|
2005-03-27 04:30:33 +00:00
|
|
|
Compiling @code{nano} with Slang is supported, and will make the binary
|
|
|
|
notably smaller than if compiled with ncurses or other curses libraries.
|
2001-10-03 12:45:22 +00:00
|
|
|
|
2001-02-12 03:48:53 +00:00
|
|
|
@end table
|
|
|
|
|
|
|
|
@contents
|
|
|
|
@bye
|