From 10a3d9d2095efe0fa89c40314d76af328b9b0c31 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Thu, 23 May 2019 17:58:43 -0400 Subject: Bind :compose to C in binds.conf The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf. --- config/binds.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/binds.conf b/config/binds.conf index 1f049a4..a532641 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -29,6 +29,8 @@ K = :prev-folder d = :confirm 'Really delete this message?' ':delete-message' D = :delete +C = :compose + rr = :reply rq = :reply -q Rr = :reply -a -- cgit v1.2.3