docs: remove a no-longer-needed suggestion from the sample nanorc

It would result in having both <Delete> and <Backspace> behaving as
Backspace, which seems senseless -- unless the <Delete> key produces
ASCII DEL and --rebinddelete is needed to make it behave as Delete.
In the latter case it would make more sense if --rebinddelete made
both rebindings: ASCII DEL to Delete and KEY_DC to Backspace, like
it used to be in the distant past, before commit 79a33bb3.
master
Benno Schulenberg 2018-10-07 14:12:30 +02:00
parent 233a0807ec
commit ddd033adaf
1 changed files with 0 additions and 4 deletions

View File

@ -262,10 +262,6 @@
## Key bindings.
## See nanorc(5) (section REBINDING KEYS) for more details on this.
## If your Backspace key behaves as Delete (when ssh'ing in from another
## machine, for example), set this to make it behave as Backspace again:
# bind Del backspace all
## The <Ctrl+Delete> keystroke deletes the word to the right of the cursor.
## On some terminals the <Ctrl+Backspace> keystroke produces ^H, which is
## the ASCII character for backspace, so it is bound by default to the