1

less and most use j and k, but they don't use h and l for horizontal scrolling. Is there a way I can fix either of these to do that? or maybe an alternative tool that I could use as a pager that does it?

xenoterracide
  • 57,918
  • 74
  • 184
  • 250

1 Answers1

0

printf '%s %s\n' h left-scroll l right-scroll | lesskey -

seems to work.

More details in the less and lesskey manpages.