diff options
Diffstat (limited to '.config/aerc/binds.conf')
| -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> |