From 17d87589ac915d47fff85cca14a58042b5f48f20 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 8 Dec 2018 14:17:16 +0800 Subject: alot: Add several keybindings --- _config/alot/config | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '_config') diff --git a/_config/alot/config b/_config/alot/config index c851d42..cf68f3e 100644 --- a/_config/alot/config +++ b/_config/alot/config @@ -4,6 +4,7 @@ # +initial_command = 'search tag:unread AND NOT tag:killed' bug_on_exit = True prefer_plaintext = True displayed_headers = From, To, Cc, Bcc, Subject @@ -111,11 +112,15 @@ theme = solarized_light [bindings] c = compose + / = prompt 'search ' + i = search tag:unread AND NOT tag:killed + I = search tag:inbox AND NOT tag:killed F = search tag:flagged - I = search tag:inbox AND tag:unread AND NOT tag:killed - i = search tag:inbox AND NOT tag:killed S = search tag:sent T = search tag:todo + 'g y' = search date:yesterday.. + 'g w' = search date:last_week.. + 'g m' = search date:last_month.. [[search]] A = toggletags archived @@ -123,6 +128,8 @@ theme = solarized_light t = toggletags todo [[thread]] + '=' = toggletags flagged A = toggletags archived + D = toggletags deleted a = toggletags inbox t = toggletags todo -- cgit v1.2.2