Is there some way to tell less where to break pages?
I was hoping that ^L (form feed / page break) would do it, but found it doesn't. I tried the following:
The first page.
It is three lines
long.
^L
The second page.
Two lines only.
^L
The third page is short.
...
I'd like less to start showing line 1 at the top of the terminal, and after one key press line 5 should be at the top of the terminal. After another keypress it should be line 8.
As far as I can see in the help I can jump a line or a window (or to a specific line).
(If less can't do it, is there a pager that can?)