diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-26 11:58:14 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-26 11:58:14 -0400 |
commit | 887ff6550d64aa0243192c922c977f41ce549e42 (patch) | |
tree | 92c09d90206b6d5c85ca35eba3678726c56a0357 /config | |
parent | 3cf6c82633fb153663e7927e20818f355d949a89 (diff) | |
download | aerc-887ff6550d64aa0243192c922c977f41ce549e42.tar.gz |
Implement :edit in compose screen
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 0c8c492..6a3ff23 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -72,6 +72,7 @@ $ex = <semicolon> # Keybindings used when reviewing a message to be sent y = :send<Enter> n = :abort<Enter> +q = :abort<Enter> e = :edit<Enter> a = :attach<Enter> |