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.
master
Benno Schulenberg 2020-10-02 10:29:08 +02:00
parent a4e3d88c67
commit 777082a7b8
2 changed files with 5 additions and 2 deletions

View File

@ -99,14 +99,14 @@ Pico differ.
Starting with version 4.0, @command{nano} no longer hard-wraps an overlong 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 line by default. It further uses linewise scrolling by default, and by
default includes the line below the title bar into the editing area. default includes the line below the title bar into the editing area.
If you want the old, Pico behavior back, you can use the If you want the old, Pico behavior back, you can use the
following options: @option{--breaklonglines}, following options: @option{--breaklonglines},
@option{--jumpyscrolling}, and @option{--emptyline} @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}. Please report bugs via @url{https://savannah.gnu.org/bugs/?group=nano}.
For background information see @url{https://nano-editor.org/}.
@node Invoking @node Invoking
@chapter Invoking @chapter Invoking

View File

@ -986,3 +986,6 @@ Syntax definitions for the syntax coloring of common file types
.SH SEE ALSO .SH SEE ALSO
.BR nano (1) .BR nano (1)
.TP
.I https://nano-editor.org/cheatsheet.html
An overview of the default key bindings.