From 777082a7b8b5b49fa58f64d501e73995ed76116c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 2 Oct 2020 10:29:08 +0200 Subject: [PATCH] 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. --- doc/nano.texi | 4 ++-- doc/nanorc.5 | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/nano.texi b/doc/nano.texi index 5126dfe2..3e3b857b 100644 --- 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 index 0bb8c4cd..92ab0d38 100644 --- 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.