commit 777082a7b8b5b49fa58f64d501e73995ed76116c
parent a4e3d88c67024b5db3019c75e3c9d827128aa7dc
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Fri, 2 Oct 2020 10:29:08 +0200
docs: add a link to the website also to the info manual
And add a reference to the "cheat sheet" to the nanorc man page.
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -99,14 +99,14 @@ Pico differ.
Starting with version 4.0, @command{nano} no longer hard-wraps an overlong
line by default. It further uses linewise scrolling by default, and by
default includes the line below the title bar into the editing area.
-
If you want the old, Pico behavior back, you can use the
following options: @option{--breaklonglines},
@option{--jumpyscrolling}, and @option{--emptyline}
-(or @option{-bje} for short).
+(or @option{-bje}).
Please report bugs via @url{https://savannah.gnu.org/bugs/?group=nano}.
+For background information see @url{https://nano-editor.org/}.
@node Invoking
@chapter Invoking
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -986,3 +986,6 @@ Syntax definitions for the syntax coloring of common file types
.SH SEE ALSO
.BR nano (1)
+.TP
+.I https://nano-editor.org/cheatsheet.html
+An overview of the default key bindings.