* hiro <[email protected]> [05.02.2012 23:35]: > In mupdf how do you go from page bottom to next page (to begin reading > at the top)? >
Either with "." or with "next"
>From the manual:
. pgdn right space
Go to the next page
But with "right" you get to the next page at the same position, e.g. if you are
on the bottom of a page, then press "right" you'll get to the bottom of the
next page.
