nano

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

commit af757d3b3f68ad501736e169c02148feef80c463
parent 30abc0227716ea2fd984dcd99b2958fc23dcee35
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 11 Oct 2021 09:27:56 +0200

docs: reshuffle a GNU marker, to make the title clearer in search engines

Diffstat:
Mdoc/cheatsheet.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/cheatsheet.html b/doc/cheatsheet.html @@ -2,9 +2,9 @@ <html lang="en"> <head> -<title>Cheatsheet for nano</title> +<title>Cheatsheet for GNU nano</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<meta name="description" content="A concise overview of the command shortcuts of the GNU nano editor, grouped by category."> +<meta name="description" content="A concise overview of the command shortcuts for nano, the editor, grouped by category."> <meta name="keywords" content="cheatsheet, nano, editor, shortcuts, keystrokes, functions, operations, commands"> <meta name="author" content="Benno Schulenberg"> </head>