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?
1 Answer
printf '%s %s\n' h left-scroll l right-scroll | lesskey -
seems to work.
More details in the less
and lesskey
manpages.