[DOC] Add forward and backward to arglist

These are used in `jumplist`.

Fixes #83
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2019-07-21 13:23:31 +01:00
parent f9adb25fd0
commit 62843b4b58
Failed to generate hash of commit

View file

@ -244,7 +244,8 @@ The following shortcut functions can be mapped:
* ``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``
@ -333,12 +334,14 @@ Possible arguments are:
* best-fit
* bottom
* backward
* collapse
* collapse-all
* default
* down
* expand
* expand-all
* forward
* full-down
* full-up
* half-down