diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-binds.5.scd | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/aerc-binds.5.scd b/doc/aerc-binds.5.scd index f3e44574..228c6cd1 100644 --- a/doc/aerc-binds.5.scd +++ b/doc/aerc-binds.5.scd @@ -61,9 +61,12 @@ You may also configure account specific key bindings for each context: keybindings for this context and account, where _AccountName_ is a regular expression that matches the account name you provided in _accounts.conf_. -Folder-specific bindings can be configured for message lists: +Folder and context-specific bindings can be configured for message lists: -*[messages:folder=*_FolderName_*]* +*[messages:folder=*_FolderName_*]*++ +*[compose:folder=*_FolderName_*]*++ +*[compose::editor:folder=*_FolderName_*]*++ +*[compose::review:folder=*_FolderName_*]* keybindings under this section will be specific to the folder that matches the regular expression _FolderName_. Keybindings from a folder specifier will take precedence over account specifiers @@ -76,6 +79,9 @@ c = :cf path:mailbox/** and<space> [compose::editor:account=Mailbox2] +[compose::editor:folder=aerc] +y = :send -t aerc + [messages:folder=Drafts] <Enter> = :recall<Enter> |