Initial checkin

This commit is contained in:
Alex Kelly 2021-06-01 13:54:14 -04:00
commit 16e1ab5b9c
23 changed files with 2752 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# 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