diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-16 14:06:33 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-16 14:06:33 -0400 |
commit | 08855f23ec714346bf31ef7d881924e86fb8f530 (patch) | |
tree | db72eb36c5a53491e9ed058d9fe11bfa180f8e22 /config | |
parent | 7f97e0b605f739983571fa85289ea9dc57218f3d (diff) | |
download | aerc-08855f23ec714346bf31ef7d881924e86fb8f530.tar.gz |
Change default bindings for replies
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 c5fa9a7..4d184fb 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -31,8 +31,8 @@ D = :delete-message<Enter> rr = :reply<Enter> rq = :reply -q<Enter> -rR = :reply -a<Enter> -rQ = :reply -aq<Enter> +Rr = :reply -a<Enter> +Rq = :reply -aq<Enter> c = :cf<space> $ = :term<space> @@ -45,8 +45,8 @@ q = :close<Enter> f = :forward<Enter> rr = :reply<Enter> rq = :reply -q<Enter> -rR = :reply -a<Enter> -rQ = :reply -aq<Enter> +Rr = :reply -a<Enter> +Rq = :reply -aq<Enter> [compose] # Keybindings used when the embedded terminal is not selected in the compose |