23 lines
1 KiB
Text
23 lines
1 KiB
Text
# Rules for handling the sidebar
|
|
bind index,pager \Cp sidebar-prev
|
|
# Move the highlight to the next mailbox
|
|
bind index,pager \Cn sidebar-next
|
|
# Open the highlighted mailbox
|
|
bind index,pager \Co sidebar-open
|
|
# Move the highlight to the previous page
|
|
# This is useful if you have a LOT of mailboxes.
|
|
bind index,pager <F3> sidebar-page-up
|
|
# Move the highlight to the next page
|
|
# This is useful if you have a LOT of mailboxes.
|
|
bind index,pager <F4> sidebar-page-down
|
|
# Move the highlight to the previous mailbox containing new, or flagged,
|
|
# mail.
|
|
bind index,pager <F5> sidebar-prev-new
|
|
# Move the highlight to the next mailbox containing new, or flagged, mail.
|
|
bind index,pager <F6> sidebar-next-new
|
|
# Toggle the visibility of the Sidebar.
|
|
bind index,pager B sidebar-toggle-visible
|
|
# make it so vi keys navigate the index, capital vi keys navigate the sidebar
|
|
bind index K sidebar-prev # got to previous folder in sidebar
|
|
bind index J sidebar-next # got to next folder in sidebar
|
|
bind index <space> sidebar-open # open selected folder from sidebar
|