AutoYADM commit: 2025-03-11 20:30:14

This commit is contained in:
Daniel Fichtinger 2025-03-11 20:30:14 -04:00
parent 0a204a30f3
commit 6aa035731d
2 changed files with 2 additions and 1 deletions

View file

@ -673,7 +673,7 @@ always-show-mime=true
# ignored. # ignored.
# #
# This parameter can also be set per account in accounts.conf. # This parameter can also be set per account in accounts.conf.
address-book-cmd=emailbook ~/notes/emailbook.txt --search "%s" address-book-cmd=emailbook /home/fic/notes/emailbook.txt --search "%s"
# Specifies the command to be used to select attachments. Any occurrence of # Specifies the command to be used to select attachments. Any occurrence of
# '%s' in the file-picker-cmd will be replaced with the argument <arg> # '%s' in the file-picker-cmd will be replaced with the argument <arg>

View file

@ -151,6 +151,7 @@ $complete = <C-o>
<C-PgUp> = :prev-tab<Enter> <C-PgUp> = :prev-tab<Enter>
<C-i> = :next-tab<Enter> <C-i> = :next-tab<Enter>
<C-PgDn> = :next-tab<Enter> <C-PgDn> = :next-tab<Enter>
<C-q> = :prompt 'Abort?' 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