diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:00:56 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:00:56 +0200 |
commit | 169051b9681ea6181350ed2949a218cdbc429e5d (patch) | |
tree | 0e95415c900d5cf6217ea8c1f104df7593b12394 | |
parent | d0fed4d4ca1029eb8de0b34c104cacc19178db89 (diff) |
aerc: Add binds for arrow keys
-rw-r--r-- | .config/aerc/binds.conf | 2 |
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> |