added key bindings for panel nav

This commit is contained in:
Alex Kelly 2021-03-15 08:48:51 -04:00
parent 9b50b562ed
commit d81ffc1a90
4 changed files with 42 additions and 6 deletions

View file

@ -16,3 +16,6 @@ macro index I "<modify-labels>-inbox -unread\\n" # removed from
macro index S "<modify-labels-then-hide>-inbox -unread +junk\\n" # tag as Junk mail
macro index + "<modify-labels>+*\\n<sync-mailbox>" # tag as starred
macro index - "<modify-labels>-*\\n<sync-mailbox>" # tag as unstarred
bind index <left> sidebar-prev # got to previous folder in sidebar
bind index <right> sidebar-next # got to next folder in sidebar
bind index <space> sidebar-open # open selected folder from sidebar