diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 18:21:42 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 18:21:42 -0400 |
commit | 9fd36bdd1a7a0e1b36096fae550071ea6fa953b8 (patch) | |
tree | 03e0d7918cf7ba443f66ba43f2cc40055792de64 /home-config/aerc/binds.conf | |
parent | 96ac27190a65af2b3519c32d3b4752f5e1a59d54 (diff) |
added compose abort shortcut
Diffstat (limited to 'home-config/aerc/binds.conf')
-rw-r--r-- | home-config/aerc/binds.conf | 2 |
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 |