diff --git a/doc/nano.texi b/doc/nano.texi index da5ea737..debeb939 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -1174,7 +1174,9 @@ with Shift.) Rebinding @code{^M} (Enter) or @code{^I} (Tab) is probably not a good idea. Rebinding @code{^[} (Esc) is not possible, because its keycode -is the starter byte of escape sequences and Meta keystrokes. +is the starter byte of Meta keystrokes and escape sequences. +Rebinding any of the dedicated cursor-moving keys (the arrows, Home, End, +PageUp and PageDown) is not possible. On some terminals it's not possible to rebind @code{^H} (unless @code{--raw} is used) because its keycode is identical to that of the Backspace key. diff --git a/doc/nanorc.5 b/doc/nanorc.5 index 3e0fc380..70ed0d97 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -511,7 +511,9 @@ Example: F10. Rebinding \fB^M\fR (Enter) or \fB^I\fR (Tab) is probably not a good idea. Rebinding \fB^[\fR (Esc) is not possible, because its keycode -is the starter byte of escape sequences and Meta keystrokes. +is the starter byte of Meta keystrokes and escape sequences. +Rebinding any of the dedicated cursor-moving keys (the arrows, Home, End, +PageUp and PageDown) is not possible. On some terminals it's not possible to rebind \fB^H\fR (unless \fB\-\-raw\fR is used) because its keycode is identical to that of the Backspace key.