added compose abort shortcut

This commit is contained in:
Ryan Schanzenbacher 2023-08-28 18:21:42 -04:00
parent 96ac27190a
commit 9fd36bdd1a
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -108,6 +108,7 @@ $ex = <C-x>
<C-n> = :next-tab<Enter> <C-n> = :next-tab<Enter>
<C-c> = :cc<Enter> <C-c> = :cc<Enter>
<C-b> = :bcc<Enter> <C-b> = :bcc<Enter>
<C-Esc> = :abort<Enter>
[compose::editor] [compose::editor]
# Keybindings used when the embedded terminal is selected in the compose view # Keybindings used when the embedded terminal is selected in the compose view
@ -117,6 +118,7 @@ $ex = <C-x>
<C-j> = :next-field<Enter> <C-j> = :next-field<Enter>
<C-p> = :prev-tab<Enter> <C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter> <C-n> = :next-tab<Enter>
<C-Esc> = :abort<Enter>
[compose::review] [compose::review]
# Keybindings used when reviewing a message to be sent # Keybindings used when reviewing a message to be sent