aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-08-15 12:00:40 +0200
committerTimo Wilken2024-08-15 12:00:40 +0200
commit0a0389006578cc399d6af61b3c3fb281d7b8e0b8 (patch)
treef7b30291e890085e9da979d3a8d40b45d9a57198
parentc63d56033c197085c32a410c3413cbc091434e9b (diff)
Bind :envelope key consistently in aerc
-rw-r--r--tw/services/files/aerc/binds.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/tw/services/files/aerc/binds.conf b/tw/services/files/aerc/binds.conf
index 8b54d21f..102312ad 100644
--- a/tw/services/files/aerc/binds.conf
+++ b/tw/services/files/aerc/binds.conf
@@ -41,7 +41,7 @@ T = :toggle-threads<Enter>
<Enter> = :view<Enter>
A = :archive flat<Enter>
p = :split 25<Enter>
-e = :envelope<Enter>
+E = :envelope<Enter>
m = :compose<Enter>
M = :mkdir<space>
@@ -53,8 +53,8 @@ r = :reply -q<Enter>
C = :copy<space>
S = :save<space>
s = :move<space>
-E = :export-mbox<space>
-I = :import-mbox<space>
+e = :export-mbox<space>
+i = :import-mbox<space>
c = :cf<space>
$ = :check-mail<Enter>
@@ -143,6 +143,7 @@ O = :open<Enter>
S = :save<space>
| = :pipe<space>
A = :archive flat<Enter>
+E = :envelope<Enter>
<C-l> = :open-link <space>
<C-v> = :toggle-key-passthrough<Enter>