docs: improve the legibility of an itemized list
Also, mention my email address in the colophon of the PDF, to avoid the impression that Chris is the sole responsible. And improve the general layout by adding three blank lines.
This commit is contained in:
parent
9875311bcc
commit
baa4edc6ca
@ -58,6 +58,9 @@ under the terms of either of the following licenses:
|
|||||||
|
|
||||||
@sp 5
|
@sp 5
|
||||||
You may contact the original author by e-mail: @email{chrisa@@asty.org}
|
You may contact the original author by e-mail: @email{chrisa@@asty.org}
|
||||||
|
|
||||||
|
Or contact the current maintainer: @email{bensberg@@coevern.nl}
|
||||||
|
|
||||||
@sp 1
|
@sp 1
|
||||||
For suggesting improvements: @email{nano-devel@@gnu.org}
|
For suggesting improvements: @email{nano-devel@@gnu.org}
|
||||||
|
|
||||||
@ -719,6 +722,7 @@ With @kbd{M-X} the help lines.
|
|||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@sp 1
|
||||||
Option @code{-z} (@code{--suspendable}) has been removed.
|
Option @code{-z} (@code{--suspendable}) has been removed.
|
||||||
Suspension is enabled by default, reachable via @kbd{^T^Z}.
|
Suspension is enabled by default, reachable via @kbd{^T^Z}.
|
||||||
(If you want a plain @kbd{^Z} to suspend nano, add
|
(If you want a plain @kbd{^Z} to suspend nano, add
|
||||||
@ -734,6 +738,7 @@ or nanorc options. Each toggle can be flicked via a Meta-key combination
|
|||||||
--- the @kbd{Meta} key is normally the @kbd{Alt} key (@pxref{Commands}
|
--- the @kbd{Meta} key is normally the @kbd{Alt} key (@pxref{Commands}
|
||||||
for more details). The following global toggles are available:
|
for more details). The following global toggles are available:
|
||||||
|
|
||||||
|
@sp 1
|
||||||
@table @code
|
@table @code
|
||||||
|
|
||||||
@item Constant Cursor Position Display
|
@item Constant Cursor Position Display
|
||||||
@ -1371,34 +1376,37 @@ is appropriate. Strange behavior can result when it is not.
|
|||||||
@sp 1
|
@sp 1
|
||||||
The format of @code{key} should be one of:
|
The format of @code{key} should be one of:
|
||||||
|
|
||||||
@itemize @w{}
|
@indentedblock
|
||||||
@item
|
@table @asis
|
||||||
@code{^@var{X}} ------ where @var{X} is a Latin letter, or one of several
|
|
||||||
|
@item @code{^@var{X}}
|
||||||
|
where @var{X} is a Latin letter, or one of several
|
||||||
ASCII characters (@@, ], \, ^, _), or the word "Space".
|
ASCII characters (@@, ], \, ^, _), or the word "Space".
|
||||||
Example: @code{^C}.
|
Example: @code{^C}.
|
||||||
|
|
||||||
@item
|
@item @code{M-@var{X}}
|
||||||
@code{M-@var{X}} ------ where @var{X} is any ASCII character except [,
|
where @var{X} is any ASCII character except [, or the word "Space".
|
||||||
or the word "Space".
|
|
||||||
Example: @code{M-8}.
|
Example: @code{M-8}.
|
||||||
|
|
||||||
@item
|
@item @code{Sh-M-@var{X}}
|
||||||
@code{Sh-M-@var{X}} ------ where @var{X} is a Latin letter.
|
where @var{X} is a Latin letter.
|
||||||
Example: @code{Sh-M-U}.
|
Example: @code{Sh-M-U}.
|
||||||
By default, each Meta+letter keystroke does the same as the corresponding
|
By default, each Meta+letter keystroke does the same as the corresponding
|
||||||
Shift+Meta+letter. But when any Shift+Meta bind is made, that will
|
Shift+Meta+letter. But when any Shift+Meta bind is made, that will
|
||||||
no longer be the case, for all letters.
|
no longer be the case, for all letters.
|
||||||
|
|
||||||
@item
|
@item @code{F@var{n}}
|
||||||
@code{F@var{n}} ------ where @var{n} is a numeric value from 1 to 24.
|
where @var{n} is a numeric value from 1 to 24.
|
||||||
Example: @code{F10}.
|
Example: @code{F10}.
|
||||||
(Often, @code{F13} to @code{F24} can be typed as @code{F1} to @code{F12}
|
(Often, @code{F13} to @code{F24} can be typed as @code{F1} to @code{F12}
|
||||||
with Shift.)
|
with Shift.)
|
||||||
|
|
||||||
@item
|
@item @code{Ins} or @code{Del}
|
||||||
@code{Ins} or @code{Del}.
|
|
||||||
@end itemize
|
|
||||||
|
|
||||||
|
@end table
|
||||||
|
@end indentedblock
|
||||||
|
|
||||||
|
@sp 1
|
||||||
Rebinding @code{^M} (Enter) or @code{^I} (Tab) is probably not a good idea.
|
Rebinding @code{^M} (Enter) or @code{^I} (Tab) is probably not a good idea.
|
||||||
Rebinding @code{^[} (Esc) is not possible, because its keycode
|
Rebinding @code{^[} (Esc) is not possible, because its keycode
|
||||||
is the starter byte of Meta keystrokes and escape sequences.
|
is the starter byte of Meta keystrokes and escape sequences.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user