mirror of git://git.sv.gnu.org/nano.git
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
.
This commit is contained in:
parent
233a0807ec
commit
ddd033adaf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue