nano

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

commit 60b826e5ee062daba599c5a81eec4ae0bffd73aa
parent fc0fcdea10324ee8b0c7f01d3f5972bd6b7dd5ca
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu,  5 Dec 2019 17:01:55 +0100

tweaks: trim or adjust some whitespace in HTML, and add two keywords

Diffstat:
Mdoc/cheatsheet.html | 11++++++-----
Mdoc/faq.html | 2+-
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/cheatsheet.html b/doc/cheatsheet.html @@ -5,7 +5,8 @@ <title>Cheatsheet for 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="keywords" content="cheatsheet, nano, editor, shortcuts, keystrokes, functions"> +<meta name="keywords" content="cheatsheet, nano, editor, shortcuts, keystrokes, functions, operations, commands"> +<meta name="author" content="Benno Schulenberg"> </head> <body> @@ -21,9 +22,9 @@ <b>File handling</b> <table><tbody> <tr><td>Ctrl+S &nbsp;&nbsp;</td><td>Save current file</td></tr> -<tr><td>Ctrl+O </td><td> Offer to write file ("Save as")</td></tr> -<tr><td>Ctrl+R </td><td> Insert a file into current one</td></tr> -<tr><td>Ctrl+X </td><td> Close buffer, exit from nano</td></tr> +<tr><td>Ctrl+O</td><td>Offer to write file ("Save as")</td></tr> +<tr><td>Ctrl+R</td><td>Insert a file into current one</td></tr> +<tr><td>Ctrl+X</td><td>Close buffer, exit from nano</td></tr> </tbody></table> <br> @@ -95,7 +96,7 @@ <b>Special movement</b> <table><tbody> -<tr><td>Alt+G &nbsp;&nbsp;</td><td>Go to specified line</td></tr> +<tr><td>Alt+G &nbsp;&nbsp;&nbsp;</td><td>Go to specified line</td></tr> <tr><td>Alt+]</td><td>Go to complementary bracket</td></tr> <tr><td>Alt+⯅</td><td>Scroll viewport up</td></tr> <tr><td>Alt+⯆</td><td>Scroll viewport down</td></tr> diff --git a/doc/faq.html b/doc/faq.html @@ -3,7 +3,7 @@ <head> <title>The GNU nano editor FAQ</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="The genesis story of the nano editor, plus the solution to some common problems."> </head>