commit 10a3d9d2095efe0fa89c40314d76af328b9b0c31
parent ae9d60e887ef1c007179220bc22d4fa71b7dfcf0
Author: Francis Dinh <archaeme@biribiri.dev>
Date: Thu, 23 May 2019 17:58:43 -0400
Bind :compose to C in binds.conf
The tutorial mentions using "C" for composing messages, but this was not
actually implemented in binds.conf.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config/binds.conf b/config/binds.conf
@@ -29,6 +29,8 @@ K = :prev-folder<Enter>
d = :confirm 'Really delete this message?' ':delete-message<Enter>'<Enter>
D = :delete<Enter>
+C = :compose<Enter>
+
rr = :reply<Enter>
rq = :reply -q<Enter>
Rr = :reply -a<Enter>