2023-03-05 12:49:00 -05:00
|
|
|
# vim: filetype=muttrc
|
|
|
|
|
|
|
|
bind attach,index,pager \CD next-page
|
|
|
|
bind attach,index,pager \CU previous-page
|
|
|
|
bind pager g noop
|
|
|
|
bind pager gg top
|
|
|
|
bind pager G bottom
|
|
|
|
bind attach,index g noop
|
|
|
|
bind attach,index gg first-entry
|
|
|
|
bind attach,index G last-entry
|
|
|
|
|
|
|
|
bind index,pager \CP sidebar-prev
|
|
|
|
bind index,pager \CN sidebar-next
|
|
|
|
bind index,pager \CO sidebar-open
|
|
|
|
bind index,pager \CB sidebar-toggle-visible
|
2023-04-09 12:23:12 -04:00
|
|
|
|
|
|
|
set wait_key=no
|
|
|
|
macro index,pager \Cb "<enter-command>set pipe_decode = yes<enter><pipe-message>nvim -R -c 'set filetype=mail' <enter><enter-command>set pipe_decode = no<enter>"
|