diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-25 16:51:14 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-25 16:51:14 -0400 |
commit | 11a569f65885179faf917fbeb4851c1e56c340b8 (patch) | |
tree | 0ecdf523052f404ecb47dd12ad57100efbdb2624 /config | |
parent | 4a4f7115f0fa3a6b9a657c058e007b2f38aac162 (diff) | |
download | aerc-11a569f65885179faf917fbeb4851c1e56c340b8.tar.gz |
binds.conf: make reply -a easier to use than reply
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/binds.conf b/config/binds.conf index a532641..0c8c492 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -31,10 +31,10 @@ D = :delete<Enter> C = :compose<Enter> -rr = :reply<Enter> -rq = :reply -q<Enter> -Rr = :reply -a<Enter> -Rq = :reply -aq<Enter> +rr = :reply -a<Enter> +rq = :reply -aq<Enter> +Rr = :reply<Enter> +Rq = :reply -q<Enter> c = :cf<space> $ = :term<space> |