AutoYADM commit: 2025-03-11 20:30:14
This commit is contained in:
parent
0a204a30f3
commit
6aa035731d
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue