From 0a52e92d4c537fb887f56e193e136909afcf9605 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 31 Jan 2020 16:21:43 +0100 Subject: [PATCH] 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 Bug existed since version 4.0, commit 3a170d2c. --- doc/sample.nanorc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in index 0f0d691e..16a41585 100644 --- 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