diff options
author | Francis Dinh <archaeme@biribiri.dev> | 2019-05-23 17:58:43 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-23 18:01:24 -0400 |
commit | 10a3d9d2095efe0fa89c40314d76af328b9b0c31 (patch) | |
tree | bd10bbaa127a5f9ee70192635f96d17ee2ee9b85 | |
parent | ae9d60e887ef1c007179220bc22d4fa71b7dfcf0 (diff) | |
download | aerc-10a3d9d2095efe0fa89c40314d76af328b9b0c31.tar.gz |
Bind :compose to C in binds.conf
The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf.
-rw-r--r-- | config/binds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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<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> |