nano

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

commit 0a52e92d4c537fb887f56e193e136909afcf9605
parent 7c57806c6f3e29db10d3a224c765afa71d1cb8aa
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 31 Jan 2020 16:21:43 +0100

docs: for the alternative bindings, rebind ^C only in the main menu

Because ^C is needed for Cancel in most other menus.

This fixes https://bugs.debian.org/950223.
Reported-by: Jonas Smedegaard <dr@jones.dk>

Bug existed since version 4.0, commit 3a170d2c.

Diffstat:
Mdoc/sample.nanorc.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -281,7 +281,7 @@ #unbind ^Y all #bind M-X flipnewbuffer all #bind ^X cut all -#bind ^C copy all +#bind ^C copy main #bind ^V paste all #bind ^P curpos main #bind ^T gotoline main