nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 4b1a81e7734fa7281c45c4df36c75f6f0fb69296
parent af2f218192021a2d386caf8a437d247208c23e66
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 26 Jul 2024 12:22:04 +0200

docs: mention the availability of ^Y, ^N, and ^A at a Yes-No prompt

Diffstat:
Mdoc/nano.1 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/doc/nano.1 b/doc/nano.1 @@ -439,6 +439,9 @@ Suspension is enabled by default, reachable via \fB^T^Z\fR. (If you want a plain \fB^Z\fR to suspend nano, add \fBbind ^Z suspend main\fR to your nanorc.) .sp +At a Yes-No prompt, \fB^Y\fR can be used for "Yes", \fB^N\fR for "No", +and \fB^A\fR for "All". These unlisted bindings work in any locale. +.sp When you want to copy marked text from \fBnano\fR to the system's clipboard, see one of the examples in the \fBnanorc\fR(5) man page. .sp