diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-14 17:04:21 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-14 17:04:21 -0400 |
commit | 6c0359670c8976ddfd126635cdb66f4633e8bc7f (patch) | |
tree | a0b4b465d6959b1298a38b30bf3205f3ea24560b /config | |
parent | d3fe60a0fabf14eeb9b8cacdbbdf5ca9ce8aba37 (diff) | |
download | aerc-6c0359670c8976ddfd126635cdb66f4633e8bc7f.tar.gz |
Add (non-functional) reply commands to bindings
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/config/binds.conf b/config/binds.conf index cf3fbc2..ff91ba1 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -29,6 +29,11 @@ K = :prev-folder<Enter> d = :confirm 'Really delete this message?' ':delete-message<Enter>'<Enter> D = :delete-message<Enter> +R = :reply<Enter> +r = :reply -q<Enter> +A = :reply -a<Enter> +a = :reply -aq<Enter> + c = :cf<space> $ = :term<space> | = :pipe<space> @@ -36,9 +41,11 @@ $ = :term<space> [view] q = :close<Enter> | = :pipe<space> -r = :reply<Enter> -a = :reply -a<Enter> f = :forward<Enter> +R = :reply<Enter> +r = :reply -q<Enter> +A = :reply -a<Enter> +a = :reply -aq<Enter> [compose] # Keybindings used when the embedded terminal is not selected in the compose |