summaryrefslogtreecommitdiff
path: root/.config/aerc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-16 22:00:56 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-16 22:00:56 +0200
commit169051b9681ea6181350ed2949a218cdbc429e5d (patch)
tree0e95415c900d5cf6217ea8c1f104df7593b12394 /.config/aerc
parentd0fed4d4ca1029eb8de0b34c104cacc19178db89 (diff)
aerc: Add binds for arrow keys
Diffstat (limited to '.config/aerc')
-rw-r--r--.config/aerc/binds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf
index e78c2eb..bcdbc41 100644
--- a/.config/aerc/binds.conf
+++ b/.config/aerc/binds.conf
@@ -14,6 +14,8 @@ k = :prev<Enter>
g = :select 0<Enter>
G = :select -1<Enter>
+<C-Down> = :next-folder<Enter>
+<C-Up> = :prev-folder<Enter>
<C-j> = :next-folder<Enter>
<C-k> = :prev-folder<Enter>