diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-02 15:43:32 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-02 15:43:32 -0400 |
commit | 0ec970bce8ae674cc10434080548aace7caeac0e (patch) | |
tree | aa1d5ec182b35b5848d9731bf58eb80a7a042c74 /config | |
parent | d1ea18113533ae14818411725a692ffe4672e490 (diff) | |
download | aerc-0ec970bce8ae674cc10434080548aace7caeac0e.tar.gz |
Add delete to the default binds.conf
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index 9168885..b192012 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -45,6 +45,7 @@ $ = :term<space> q = :close<Enter> | = :pipe<space> f = :forward<Enter> +D = :delete<Enter> rr = :reply<Enter> rq = :reply -q<Enter> Rr = :reply -a<Enter> |