1

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?

weirdsmiley
  • 317
  • 1
  • 4
  • 12

1 Answers1

3

Put this into your .muttrc

#scroll inside the message rather than the index
bind pager <up> previous-line
bind pager <down> next-line
ploth
  • 435
  • 8
  • 16