summary refs log tree commit diff
path: root/.config/aerc/binds.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/aerc/binds.conf')
-rw-r--r--.config/aerc/binds.conf17
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf
index 238941f..ea31df7 100644
--- a/.config/aerc/binds.conf
+++ b/.config/aerc/binds.conf
@@ -13,6 +13,8 @@ j = :next<cr>
 k = :prev<cr>
 <Up> = :prev<cr>
 <PgUp> = :prev 100%<cr>
+<C-u> = :prev 33%<cr>
+<C-d> = :next 33%<cr>
 gg = :select 0<cr>
 G = :select -1<cr>
 
@@ -24,6 +26,8 @@ v = :mark -t<cr>
 
 <cr> = :view<cr>
 <S-cr> = :vsplit<cr>
+<C-v> = :vsplit<cr>
+<C-s> = :split<cr>
 <space> = :read -t<cr>
 dd = :read<cr> :mv Trash<cr>
 a = :read<cr> :archive year<cr>
@@ -81,14 +85,15 @@ zo = :open-thread<cr>
 
 [messages:account=gnzler]
 ga = :cf Archive/2024<cr>
-gs = :clear<cr>:filter -a @lists.sr.ht<cr>
-gh = :clear<cr>:filter -H 'X-Github-Recipient: robertgzr'<cr>
-gp = :clear<cr>:filter -a 'alpinelinux.org'<cr>
-gt = :clear<cr>:filter -H 'X-Bugzilla-URL: https://bugs.gentoo.org'<cr>
+gs = :clear<cr>:filter -H 'List-ID:lists.sr.ht'<cr>
+gh = :clear<cr>:filter -H 'List-ID:github.com'<cr>
+# / = :ct notmuch<cr>:cf<space>
 
 [messages:folder=Drafts]
 <cr> = :recall<cr>
 
+[messages:account=notmuch]
+dd = :read<cr>:mv Trash<cr>
 
 [view]
 <C-k> = :prev-part<cr>
@@ -97,8 +102,8 @@ gt = :clear<cr>:filter -H 'X-Bugzilla-URL: https://bugs.gentoo.org'<cr>
 <C-h> = :prev-tab<cr>
 <C-l> = :next-tab<cr>
 
-<C-p> = :prev<cr>
 <C-n> = :next<cr>
+<C-p> = :prev<cr>
 
 q = :close<cr>
 | = :pipe<space>
@@ -107,7 +112,7 @@ S = :save<space>
 A = :prompt 'Really archive?' archive year<cr>
 O = :open porta open-uri<space>
 
-f = :forward<cr>
+F = :forward<cr>
 rr = :reply -a<cr>
 rq = :reply -aq<cr>
 rQ = :reply -aQ<cr>