nano

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

commit 0213f412d1a25ec167a575ce5856b45461319eac
parent dc99610c36603d451709b844a7fc0d582906bc2b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 28 Dec 2018 19:37:02 +0100

docs: say that --rebinddelete can correct both <Backspace> and <Delete>

Diffstat:
Mdoc/nano.1 | 6+++---
Mdoc/nano.texi | 12++++++------
Mdoc/nanorc.5 | 6+++---
3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/doc/nano.1 b/doc/nano.1 @@ -181,9 +181,9 @@ Constantly show the cursor position on the status bar. Note that this overrides option \fB\-U\fR (\fB\-\-quickblank\fR). .TP .BR \-d ", " \-\-rebinddelete -Interpret the Delete key differently so that both Backspace and Delete -work properly. You should only need to use this option if Backspace -acts like Delete on your system. +Interpret the Delete and Backspace keys differently so that both Backspace +and Delete work properly. You should only use this option when on your +system either Backspace acts like Delete or Delete acts like Backspace. .TP .BR \-g ", " \-\-showcursor Make the cursor visible in the file browser (putting it on the diff --git a/doc/nano.texi b/doc/nano.texi @@ -289,9 +289,9 @@ Note that this overrides option @option{-U} (@option{--quickblank}). @item -d @itemx --rebinddelete -Interpret the Delete key differently so that both Backspace and Delete -work properly. You should only need to use this option if Backspace -acts like Delete on your system. +Interpret the Delete and Backspace keys differently so that both Backspace +and Delete work properly. You should only use this option when on your +system either Backspace acts like Delete or Delete acts like Backspace. @item -g @itemx --showcursor @@ -842,9 +842,9 @@ properly, please report a bug. Using this option disables @command{nano}'s mouse support. @item set rebinddelete -Interpret the Delete key differently so that both Backspace and Delete -work properly. You should only need to use this option if Backspace -acts like Delete on your system. +Interpret the Delete and Backspace keys differently so that both Backspace +and Delete work properly. You should only use this option when on your +system either Backspace acts like Delete or Delete acts like Backspace. @item set regexp Do extended regular expression searches by default. diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -208,9 +208,9 @@ properly, please report a bug. Using this option disables \fBnano\fR's mouse support. .TP .B set rebinddelete -Interpret the Delete key differently so that both Backspace and Delete -work properly. You should only need to use this option if Backspace -acts like Delete on your system. +Interpret the Delete and Backspace keys differently so that both Backspace +and Delete work properly. You should only use this option when on your +system either Backspace acts like Delete or Delete acts like Backspace. .TP .B set regexp Do extended regular expression searches by default.