On 28Feb2016 12:13, Grady Martin <sunnycemet...@gmail.com> wrote:
On 2016年02月20日 08時33分, Cameron Simpson wrote:
Sounds like your scroll wheel causes your terminal to send <up> and <down> key
sequences. So you probably want to rebind these. Their defaults seem to be
<previous-undeleted> and <next-undeleted>. Try binding them like this:
macro pager <up> <previous-line>
macro pager <down> <next-line>
Is there any particular reason for using macro and not bind statements?
No, just brain fade. We're reprogramming single keys, so bind should work just
fine. I now find myself wondering why mutt has both, though I expect it is
simply historic.
Cheers,
Cameron Simpson <c...@zip.com.au>