mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:46:15 -05:00
added compose abort shortcut
This commit is contained in:
parent
96ac27190a
commit
9fd36bdd1a
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,7 @@ $ex = <C-x>
|
|||
<C-n> = :next-tab<Enter>
|
||||
<C-c> = :cc<Enter>
|
||||
<C-b> = :bcc<Enter>
|
||||
<C-Esc> = :abort<Enter>
|
||||
|
||||
[compose::editor]
|
||||
# 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-p> = :prev-tab<Enter>
|
||||
<C-n> = :next-tab<Enter>
|
||||
<C-Esc> = :abort<Enter>
|
||||
|
||||
[compose::review]
|
||||
# Keybindings used when reviewing a message to be sent
|
||||
|
|
Loading…
Reference in a new issue