We want to be able to navigate fluidly through the PDF. The core goal of the project is to create an editor that’s fast - that’s both a function of it’s performance and it’s fluidity. While pure cursor interfaces can be an effective way to communicate intention, nothing beats the latency advantage of keyboard shortcuts.
Thus, we need to define some basic shortcuts that are both easy to remember and easy to use:
: <page-number> will jump to the top of the given pageC-u will be page up and C-d will be page downThis is just a start - I will obviously define more as development progresses. However, I’ll also be careful to keep patterns consistent s.t there doesn’t have to be explicit effort to remember everything.