nano

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

commit 306906a8a75e4120ec7e7948cf6680bd9aa5e4d4
parent 6e2c245ecccdfc9f604b1c240b035716986a6520
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 13 Aug 2020 07:15:36 +0200

docs: adjust description of ^T in cheatsheet, and mention M-Bsp

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

diff --git a/doc/cheatsheet.html b/doc/cheatsheet.html @@ -55,15 +55,15 @@ <table><tbody> <tr><td>Ctrl+H</td><td>Delete character before cursor &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> <tr><td>Ctrl+D</td><td>Delete character under cursor</td></tr> -<tr><td>Ctrl+Shift+Del &nbsp;&nbsp;</td><td>Delete word to the left</td></tr> -<tr><td>Ctrl+Del</td><td>Delete word to the right</td></tr> +<tr><td>Alt+Bsp</td><td>Delete word to the left</td></tr> +<tr><td>Ctrl+Del &nbsp;&nbsp;</td><td>Delete word to the right</td></tr> <tr><td>Alt+Del</td><td>Delete current line</td></tr> </tbody></table> <br> <b>Operations</b> <table><tbody> -<tr><td>Ctrl+T &nbsp;&nbsp;</td><td>Run a spell check</td></tr> +<tr><td>Ctrl+T &nbsp;&nbsp;</td><td>Execute some command</td></tr> <tr><td>Ctrl+J</td><td>Justify paragraph or region</td></tr> <tr><td>Alt+J</td><td>Justify entire buffer</td></tr> <tr><td>Alt+B</td><td>Run a syntax check</td></tr>