mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:26:01 +01:00
[DOC] Add forward
and backward
to arglist
These are used in `jumplist`. Fixes #83
This commit is contained in:
parent
f9adb25fd0
commit
62843b4b58
1 changed files with 4 additions and 1 deletions
|
@ -244,7 +244,8 @@ The following shortcut functions can be mapped:
|
||||||
|
|
||||||
* ``jumplist``
|
* ``jumplist``
|
||||||
|
|
||||||
Move forwards/backwards in the jumplist.
|
Move forwards/backwards in the jumplist. Pass ``forward`` as argument to
|
||||||
|
move to the next entry and ``backward`` to move to the previous one.
|
||||||
|
|
||||||
* ``navigate``
|
* ``navigate``
|
||||||
|
|
||||||
|
@ -333,12 +334,14 @@ Possible arguments are:
|
||||||
|
|
||||||
* best-fit
|
* best-fit
|
||||||
* bottom
|
* bottom
|
||||||
|
* backward
|
||||||
* collapse
|
* collapse
|
||||||
* collapse-all
|
* collapse-all
|
||||||
* default
|
* default
|
||||||
* down
|
* down
|
||||||
* expand
|
* expand
|
||||||
* expand-all
|
* expand-all
|
||||||
|
* forward
|
||||||
* full-down
|
* full-down
|
||||||
* full-up
|
* full-up
|
||||||
* half-down
|
* half-down
|
||||||
|
|
Loading…
Reference in a new issue