在 mutt 的消息正文中启用鼠标滚动
Enable mouse scrolling in message bodies in mutt
我想在 mutt 中查看邮件正文时启用鼠标滚动。我可以在列出电子邮件时滚动,但在打开其中一封电子邮件时不能滚动到其中一封电子邮件的正文中。
我怎样才能做到这一点?
将此放入您的 .muttrc
#scroll inside the message rather than the index
bind pager <up> previous-line
bind pager <down> next-line
我想在 mutt 中查看邮件正文时启用鼠标滚动。我可以在列出电子邮件时滚动,但在打开其中一封电子邮件时不能滚动到其中一封电子邮件的正文中。
我怎样才能做到这一点?
将此放入您的 .muttrc
#scroll inside the message rather than the index
bind pager <up> previous-line
bind pager <down> next-line