tweaks: reword a paragraph, and use usual M- to depict Meta keystrokes

master
Benno Schulenberg 2021-10-19 14:51:06 +02:00
parent bc4a141cba
commit e63fe3be69
1 changed files with 19 additions and 18 deletions

View File

@ -713,52 +713,53 @@ browser exits.
@node Feature Toggles @node Feature Toggles
@chapter Feature Toggles @chapter Feature Toggles
Toggles allow you to change on-the-fly certain aspects of the editor Toggles allow you to change certain aspects of the editor while you are
which would normally be specified via command-line options. They are editing, aspects that you would normally specify via command-line options
invoked via Meta-key sequences (@pxref{Commands} for more info). or nanorc options. Each toggle can be flicked via a Meta-key combination
The following global toggles are available: --- the @kbd{Meta} key is normally the @kbd{Alt} key (@pxref{Commands}
for more details). The following global toggles are available:
@table @code @table @code
@item Constant Cursor Position Display @item Constant Cursor Position Display
@kbd{Meta-C} toggles the @option{-c} (@option{--constantshow}) command-line option. @kbd{M-C} toggles the @option{-c} (@option{--constantshow}) command-line option.
@item Smart Home Key @item Smart Home Key
@kbd{Meta-H} toggles the @option{-A} (@option{--smarthome}) command-line option. @kbd{M-H} toggles the @option{-A} (@option{--smarthome}) command-line option.
@item Auto Indent @item Auto Indent
@kbd{Meta-I} toggles the @option{-i} (@option{--autoindent}) command-line option. @kbd{M-I} toggles the @option{-i} (@option{--autoindent}) command-line option.
@item Cut From Cursor To End-of-Line @item Cut From Cursor To End-of-Line
@kbd{Meta-K} toggles the @option{-k} (@option{--cutfromcursor}) command-line option. @kbd{M-K} toggles the @option{-k} (@option{--cutfromcursor}) command-line option.
@item Long-Line Wrapping @item Long-Line Wrapping
@kbd{Meta-L} toggles the @option{-b} (@option{--breaklonglines}) command-line option. @kbd{M-L} toggles the @option{-b} (@option{--breaklonglines}) command-line option.
@item Mouse Support @item Mouse Support
@kbd{Meta-M} toggles the @option{-m} (@option{--mouse}) command-line option. @kbd{M-M} toggles the @option{-m} (@option{--mouse}) command-line option.
@item Line Numbers @item Line Numbers
@kbd{Meta-N} toggles the @option{-l} (@option{--linenumbers}) command-line option. @kbd{M-N} toggles the @option{-l} (@option{--linenumbers}) command-line option.
@item Tabs To Spaces @item Tabs To Spaces
@kbd{Meta-O} toggles the @option{-E} (@option{--tabstospaces}) command-line option. @kbd{M-O} toggles the @option{-E} (@option{--tabstospaces}) command-line option.
@item Whitespace Display @item Whitespace Display
@kbd{Meta-P} toggles the displaying of whitespace (@pxref{Whitespace}). @kbd{M-P} toggles the displaying of whitespace (@pxref{Whitespace}).
@item Soft Wrapping @item Soft Wrapping
@kbd{Meta-S} toggles the @option{-S} (@option{--softwrap}) command-line option. @kbd{M-S} toggles the @option{-S} (@option{--softwrap}) command-line option.
@item Expert/No Help @item Expert/No Help
@kbd{Meta-X} toggles the @option{-x} (@option{--nohelp}) command-line option. @kbd{M-X} toggles the @option{-x} (@option{--nohelp}) command-line option.
@item Color Syntax Highlighting @item Color Syntax Highlighting
@kbd{Meta-Y} toggles color syntax highlighting (if your nanorc defines syntaxes @kbd{M-Y} toggles color syntax highlighting, when your nanorc defines syntaxes
--- @pxref{Syntax Highlighting}). (@pxref{Syntax Highlighting}).
@item Suspension @item Suspension
@kbd{Meta-Z} toggles the @option{-z} (@option{--suspendable}) command-line option. @kbd{M-Z} toggles the @option{-z} (@option{--suspendable}) command-line option.
@end table @end table