diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:23:59 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:23:59 +0200 |
| commit | a81679c279e780afa95f2864f83906d09a755fb1 (patch) | |
| tree | 0ba3aaafe40dac5ebc16f653d17e26061cfb5ca2 /.config/aerc/binds.conf | |
| parent | 27ca3598a5de58591fc80c516f75b7f204954c5b (diff) | |
aerc: update
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/aerc/binds.conf')
| -rw-r--r-- | .config/aerc/binds.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index 9e0a41f..238941f 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -54,8 +54,9 @@ rq = :reply -aq<cr> ct = :compose -T new -H 'To: {{index (.To | emails) 0}}'<cr> cf = :compose -T new -H 'To: {{index (.From | emails) 0}}'<cr> +! = :flag -x Flagged -t<cr> + $ = :term<space> -! = :term<space> | = :pipe<space> / = :search<space> @@ -63,7 +64,7 @@ $ = :term<space> n = :next-result<cr> N = :prev-result<cr> -tt = :toggle-threads<cr> +T = :toggle-threads<cr> gi = :cf INBOX<cr> C = :check-mail<cr> |