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.
This commit is contained in:
Benno Schulenberg 2019-02-24 11:17:31 +01:00
parent df4d181987
commit 5e769686fb
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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