commit ddd033adafede6a92aa4f8acc7a2b27deefee4fb
parent 233a0807ec4ef2e63aeef9b380bda17d4b2b7b10
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 7 Oct 2018 14:12:30 +0200
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.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in
@@ -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