muttrc: more bindings
This commit is contained in:
parent
05c984dd2e
commit
06f1817852
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ bind editor <Tab> complete-query
|
||||||
bind editor ^T complete
|
bind editor ^T complete
|
||||||
macro index,pager a "<pipe-message>khard add-email<return>" "Add this sender to khard"
|
macro index,pager a "<pipe-message>khard add-email<return>" "Add this sender to khard"
|
||||||
|
|
||||||
|
# binds
|
||||||
|
bind index "{" previous-thread
|
||||||
|
bind index "}" next-thread
|
||||||
|
bind index "G" sync-mailbox
|
||||||
|
bind pager "{" previous-thread
|
||||||
|
bind pager "}" next-thread
|
||||||
|
|
||||||
## Sidebar
|
## Sidebar
|
||||||
## Variables
|
## Variables
|
||||||
|
|
Loading…
Reference in a new issue