commit 5e769686fbc0ff2fb64d054393c627f9d3a6a359
parent df4d1819875a07f083c8ebc1295c848113fc3e37
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 24 Feb 2019 11:17:31 +0100
docs: mention that 'cutwordleft' is bound to <Shift+Ctrl+Delete>
The default binding was made in commit e6429e78, half a year ago,
but the documentation was not adjusted.
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1185,8 +1185,8 @@ Throws away the current line (or the marked region).
@item cutwordleft
Deletes from the cursor position to the beginning of the preceding word.
-(This function is not bound by default. If your terminal produces
-@code{^H} for <Ctrl+Backspace>, you can make <Ctrl+Backspace> delete
+(This function is bound by default to <Shift+Ctrl+Delete>. If your terminal
+produces @code{^H} for <Ctrl+Backspace>, you can make <Ctrl+Backspace> delete
the word to the left of the cursor by rebinding ^H to this function.)
@item cutwordright
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -526,8 +526,8 @@ Throws away the current line (or the marked region).
.TP
.B cutwordleft
Deletes from the cursor position to the beginning of the preceding word.
-(This function is not bound by default. If your terminal produces
-\fB^H\fR for <Ctrl+Backspace>, you can make <Ctrl+Backspace> delete
+(This function is bound by default to <Shift+Ctrl+Delete>. If your terminal
+produces \fB^H\fR for <Ctrl+Backspace>, you can make <Ctrl+Backspace> delete
the word to the left of the cursor by rebinding ^H to this function.)
.TP
.B cutwordright