diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-28 16:20:58 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-28 16:20:58 +0100 |
commit | 477a373f88c0fb91847c05c78006a781ab837b47 (patch) | |
tree | d3981018964411d1cbd5449500a4213e9ce51916 | |
parent | d724b345a6b95991009c22cc3c4f6cbd8d9e0a2f (diff) |
aerc: Use C-o for links
-rw-r--r-- | .config/aerc/binds.conf | 2 |
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> |