summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-config/aerc/binds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/home-config/aerc/binds.conf b/home-config/aerc/binds.conf
index 8c3c871..f9cebf2 100644
--- a/home-config/aerc/binds.conf
+++ b/home-config/aerc/binds.conf
@@ -108,6 +108,7 @@ $ex = <C-x>
108<C-n> = :next-tab<Enter> 108<C-n> = :next-tab<Enter>
109<C-c> = :cc<Enter> 109<C-c> = :cc<Enter>
110<C-b> = :bcc<Enter> 110<C-b> = :bcc<Enter>
111<C-Esc> = :abort<Enter>
111 112
112[compose::editor] 113[compose::editor]
113# Keybindings used when the embedded terminal is selected in the compose view 114# Keybindings used when the embedded terminal is selected in the compose view
@@ -117,6 +118,7 @@ $ex = <C-x>
117<C-j> = :next-field<Enter> 118<C-j> = :next-field<Enter>
118<C-p> = :prev-tab<Enter> 119<C-p> = :prev-tab<Enter>
119<C-n> = :next-tab<Enter> 120<C-n> = :next-tab<Enter>
121<C-Esc> = :abort<Enter>
120 122
121[compose::review] 123[compose::review]
122# Keybindings used when reviewing a message to be sent 124# Keybindings used when reviewing a message to be sent