1
1

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

Этот коммит содержится в:
Benno Schulenberg 2018-12-28 19:37:02 +01:00
родитель dc99610c36
Коммит 0213f412d1
3 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -181,9 +181,9 @@ Constantly show the cursor position on the status bar.
Note that this overrides option \fB\-U\fR (\fB\-\-quickblank\fR). Note that this overrides option \fB\-U\fR (\fB\-\-quickblank\fR).
.TP .TP
.BR \-d ", " \-\-rebinddelete .BR \-d ", " \-\-rebinddelete
Interpret the Delete key differently so that both Backspace and Delete Interpret the Delete and Backspace keys differently so that both Backspace
work properly. You should only need to use this option if Backspace and Delete work properly. You should only use this option when on your
acts like Delete on your system. system either Backspace acts like Delete or Delete acts like Backspace.
.TP .TP
.BR \-g ", " \-\-showcursor .BR \-g ", " \-\-showcursor
Make the cursor visible in the file browser (putting it on the Make the cursor visible in the file browser (putting it on the

Просмотреть файл

@ -289,9 +289,9 @@ Note that this overrides option @option{-U} (@option{--quickblank}).
@item -d @item -d
@itemx --rebinddelete @itemx --rebinddelete
Interpret the Delete key differently so that both Backspace and Delete Interpret the Delete and Backspace keys differently so that both Backspace
work properly. You should only need to use this option if Backspace and Delete work properly. You should only use this option when on your
acts like Delete on your system. system either Backspace acts like Delete or Delete acts like Backspace.
@item -g @item -g
@itemx --showcursor @itemx --showcursor
@ -842,9 +842,9 @@ properly, please report a bug. Using this option disables @command{nano}'s
mouse support. mouse support.
@item set rebinddelete @item set rebinddelete
Interpret the Delete key differently so that both Backspace and Delete Interpret the Delete and Backspace keys differently so that both Backspace
work properly. You should only need to use this option if Backspace and Delete work properly. You should only use this option when on your
acts like Delete on your system. system either Backspace acts like Delete or Delete acts like Backspace.
@item set regexp @item set regexp
Do extended regular expression searches by default. Do extended regular expression searches by default.

Просмотреть файл

@ -208,9 +208,9 @@ properly, please report a bug. Using this option disables \fBnano\fR's
mouse support. mouse support.
.TP .TP
.B set rebinddelete .B set rebinddelete
Interpret the Delete key differently so that both Backspace and Delete Interpret the Delete and Backspace keys differently so that both Backspace
work properly. You should only need to use this option if Backspace and Delete work properly. You should only use this option when on your
acts like Delete on your system. system either Backspace acts like Delete or Delete acts like Backspace.
.TP .TP
.B set regexp .B set regexp
Do extended regular expression searches by default. Do extended regular expression searches by default.