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?

Reply via email to