On Sat, May 06, 2017 at 09:50:50AM -0700, Kevin J. McCarthy wrote: > On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > > Is there a scroll-off option for mutt? In vim, you can use > > set scrolloff = 7 > > to make the editor scroll rather than changing pages when you get to the > > end of > > the current page, so that you can see things continuously. But for mutt's > > pager, > > it seems not possible to do so. Anyone know any alternative methods? > > <next-line> and <previous-line> can scroll line by line. $pager_context > can give you some overlap when scrolling page by page.
Hmm...I mean the index (where all the emails are listed), not pager. I can make the pager scroll. But I cannot make the index do so. Sorry for the misuse of terminology. --- Yubin