From 62843b4b583a0750648e67ee1989914156e8d779 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sun, 21 Jul 2019 13:23:31 +0100 Subject: [PATCH] [DOC] Add `forward` and `backward` to arglist These are used in `jumplist`. Fixes #83 --- doc/man/zathurarc.5.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/man/zathurarc.5.rst b/doc/man/zathurarc.5.rst index 5a48921..38131dd 100644 --- a/doc/man/zathurarc.5.rst +++ b/doc/man/zathurarc.5.rst @@ -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