From d58fccd494f8020b5e1291c126ee345261823d6f Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 24 Nov 2013 21:31:43 +0100 Subject: [PATCH] Document fullscreen key bindings more explicitely Signed-off-by: Sebastian Ramacher --- zathura.1.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/zathura.1.rst b/zathura.1.rst index 664b525..8c74946 100644 --- a/zathura.1.rst +++ b/zathura.1.rst @@ -122,6 +122,28 @@ mX q Quit +Fullscreen mode +--------------- + +J, K + Go to the next or previous page +space, , + Scroll a full page down or up +gg, G, nG + Goto to the first, the last or to the nth page +^c, Escape + Abort +F5 + Switch to normal mode ++, -, = + Zoom in, out or to the original size +zI, zO, z0 + Zoom in, out or to the original size +n= + Zoom to size n +q + Quit + Index mode ----------