7e9761a729
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering library (that means it won't render pdf that evince and epdfview already don't render). For example, <Ctrl-f> for next page, <Ctrl-b> to previous page, 'k','j','h','l' to scrolling a page up, down, left or right, and so on. It support lots of other shortcuts explained in the provided pdf documentation, shown when starting it without arguments.
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
Apvlv is a PDF Viewer with vim-like keybindings.
|
|
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
|
|
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
|
|
It also understands quantifiers like vim, so typing '50' and <Ctrl-f>
|
|
will go forward 50 pages, typing '30' and <Ctrl-b> will go backwards 30
|
|
pages.
|