nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit f6a7983a8ad9c0a36343e4fc1625d3284271ba3e
parent a1375474d9d852e565e6857e35d0c56d8d29e7f1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 25 Mar 2019 16:06:59 +0100

docs: for two of the toggles, mention the new instead of the old option

Diffstat:
Mdoc/nano.texi | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -643,7 +643,7 @@ The following global toggles are available: @kbd{Meta-K} toggles the @option{-k} (@option{--cutfromcursor}) command-line option. @item Long-Line Wrapping -@kbd{Meta-L} toggles the @option{-w} (@option{--nowrap}) command-line option. +@kbd{Meta-L} toggles the @option{-b} (@option{--breaklonglines}) command-line option. @item Mouse Support @kbd{Meta-M} toggles the @option{-m} (@option{--mouse}) command-line option. @@ -654,8 +654,8 @@ The following global toggles are available: @item Whitespace Display @kbd{Meta-P} toggles the displaying of whitespace (@pxref{Whitespace}). -@item Smooth Scrolling -@kbd{Meta-S} toggles the @option{-S} (@option{--smooth}) command-line option. +@item Scrolling +@kbd{Meta-S} toggles the @option{-j} (@option{--jumpyscrolling}) command-line option. @item Expert/No Help @kbd{Meta-X} toggles the @option{-x} (@option{--nohelp}) command-line option.