diff options
| author | awy <awy@awy.one> | 2025-11-06 00:17:58 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-06 00:17:58 +0300 |
| commit | 7202c684e4e7add5978b7174da611ec616bc1c08 (patch) | |
| tree | 0f966b77f4989c6ea1213624a3c20ca7a21b2d48 /.config | |
| parent | 16d0561e50afe630692986968dbb83cd40e90d3c (diff) | |
| download | hyprdots-7202c684e4e7add5978b7174da611ec616bc1c08.tar.gz | |
wwwwwwww
Diffstat (limited to '.config')
| -rw-r--r-- | .config/aerc/binds.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index cf79f1d..fdbf651 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -62,8 +62,7 @@ zt = :align top<Enter> zb = :align bottom<Enter> <Enter> = :view<Enter> -d = :delete<Enter> -D = :choose -o y 'Move to Trash' 'move Trash'<Enter> +D = :move Trash<Enter> a = :archive flat<Enter> A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter> @@ -101,6 +100,9 @@ ps = :patch switch <Tab> [messages:folder=Drafts] <Enter> = :recall<Enter> +[messages:folder=Trash] +D = :delete-message<Enter> + [view] / = :toggle-key-passthrough<Enter>/ q = :close<Enter> |