Search code examples
scrollmuttneomutt

Enable mouse scrolling in message bodies in mutt


I want to enable mouse scrolling while looking in message bodies in mutt. I can scroll when the emails are listed but not inside the body of one of the email when I open it.

How can I achieve that?


Solution

  • Put this into your .muttrc

    #scroll inside the message rather than the index
    bind pager <up> previous-line
    bind pager <down> next-line