diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 18:25:05 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 18:25:05 -0400 |
commit | 08fe249c7649df1e04e031ef8babb036f9e3fdff (patch) | |
tree | 2e4a0022a98dd5daa15812c58b99fa38cd6938b0 /home-config | |
parent | 9fd36bdd1a7a0e1b36096fae550071ea6fa953b8 (diff) |
changed abort keybind
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/aerc/binds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/aerc/binds.conf b/home-config/aerc/binds.conf index f9cebf2..49447e6 100644 --- a/home-config/aerc/binds.conf +++ b/home-config/aerc/binds.conf | |||
@@ -108,7 +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 | <C-q> = :abort<Enter> |
112 | 112 | ||
113 | [compose::editor] | 113 | [compose::editor] |
114 | # 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 |
@@ -118,7 +118,7 @@ $ex = <C-x> | |||
118 | <C-j> = :next-field<Enter> | 118 | <C-j> = :next-field<Enter> |
119 | <C-p> = :prev-tab<Enter> | 119 | <C-p> = :prev-tab<Enter> |
120 | <C-n> = :next-tab<Enter> | 120 | <C-n> = :next-tab<Enter> |
121 | <C-Esc> = :abort<Enter> | 121 | <C-q> = :abort<Enter> |
122 | 122 | ||
123 | [compose::review] | 123 | [compose::review] |
124 | # Keybindings used when reviewing a message to be sent | 124 | # Keybindings used when reviewing a message to be sent |