commit 101b53b541e70f9dee54865f35276b75cf2ff5df
parent 11c492fdd0944aa464dc7ef8f0b538e4cabc1374
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 15 Jan 2024 11:18:29 +0100
docs: add ^T^S (spell check) and M-S (softwrap) to the cheatsheet
Also, adjust the alignment of the two header lines,
and slightly reword one of the descriptions.
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/cheatsheet.html b/doc/cheatsheet.html
@@ -12,8 +12,8 @@
<body>
<br>
-<h1 align="center">Overview of nano's shortcuts </h1>
-<h3 align="center">The editor's keystrokes and their functions </h3>
+<h1 align="center">Overview of nano's shortcuts </h1>
+<h3 align="center">The editor's keystrokes and their functions </h3>
<br>
<table align="center"><tbody>
@@ -63,6 +63,7 @@
<b>Operations</b>
<table><tbody>
<tr><td>Ctrl+T </td><td>Execute some command</td></tr>
+<tr><td>Ctrl+T Ctrl+S</td><td>Run a spell check</td></tr>
<tr><td>Ctrl+T Ctrl+Y</td><td>Run a syntax check</td></tr>
<tr><td>Ctrl+T Ctrl+O </td><td>Run a formatter</td></tr>
<tr><td>Tab</td><td>Indent marked region</td></tr>
@@ -109,7 +110,7 @@
<b>Information</b>
<table><tbody>
<tr><td>Ctrl+C </td><td>Report cursor position</td></tr>
-<tr><td>Alt+D</td><td>Report line/word/character count</td></tr>
+<tr><td>Alt+D</td><td>Report line/word/character counts</td></tr>
<tr><td>Ctrl+G</td><td>Display help text</td></tr>
</tbody></table>
<br>
@@ -122,6 +123,7 @@
<tr><td>Alt+C</td><td>Turn constant position info on/off</td></tr>
<tr><td>Alt+N</td><td>Turn line numbers on/off</td></tr>
<tr><td>Alt+P</td><td>Turn visible whitespace on/off</td></tr>
+<tr><td>Alt+S</td><td>Turn softwrapping on/off</td></tr>
<tr><td>Alt+X</td><td>Hide/unhide the help lines</td></tr>
<tr><td>Alt+Z</td><td>Hide/unhide the info bars</td></tr>
<tr><td>Ctrl+L</td><td>Refresh the screen</td></tr>