summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-28 16:20:58 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-10-28 16:20:58 +0100
commit477a373f88c0fb91847c05c78006a781ab837b47 (patch)
treed3981018964411d1cbd5449500a4213e9ce51916 /.config
parentd724b345a6b95991009c22cc3c4f6cbd8d9e0a2f (diff)
aerc: Use C-o for links
Diffstat (limited to '.config')
-rw-r--r--.config/aerc/binds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf
index bcdbc41..861ec40 100644
--- a/.config/aerc/binds.conf
+++ b/.config/aerc/binds.conf
@@ -56,7 +56,7 @@ S = :save<space>
D = :delete<Enter>
A = :archive flat<Enter>
-<C-l> = :open-link <space>
+<C-o> = :open-link <space>
f = :forward<Enter>
R = :reply -q<Enter>