update to neomutt keyboard shortcuts
This commit is contained in:
parent
813bf2f890
commit
5440d78b2b
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ mailboxes =INBOX =Archive =Sent =Trash =Spam
|
||||||
mailboxes =Automatic.DMARC
|
mailboxes =Automatic.DMARC
|
||||||
mailboxes =Lists.Money\ Stuff =Lists.NYT =Lists.SWICG =Lists.Evergreen\ MBA
|
mailboxes =Lists.Money\ Stuff =Lists.NYT =Lists.SWICG =Lists.Evergreen\ MBA
|
||||||
mailboxes =NeedleandFoot
|
mailboxes =NeedleandFoot
|
||||||
macro index,pager <F5> "<shell-escape>~/.local/bin/sync_email.sh<enter>" "sync email"
|
macro index,pager <F6> "<shell-escape>~/.local/bin/sync_email.sh<enter>" "sync email"
|
||||||
macro index \\\\ "<vfolder-from-query>" "Search mail"
|
macro index \\\\ "<vfolder-from-query>" "Search mail"
|
||||||
|
|
||||||
|
|
||||||
|
@ -105,6 +105,8 @@ bind index k previous-entry
|
||||||
bind pager j next-line
|
bind pager j next-line
|
||||||
bind pager k previous-line
|
bind pager k previous-line
|
||||||
|
|
||||||
|
bind index,pager <F5> sync-mailbox
|
||||||
|
|
||||||
bind attach,index,pager \CD next-page
|
bind attach,index,pager \CD next-page
|
||||||
bind attach,index,pager \CU previous-page
|
bind attach,index,pager \CU previous-page
|
||||||
bind pager g top
|
bind pager g top
|
||||||
|
|
Loading…
Reference in a new issue