Created
October 10, 2018 11:18
-
-
Save AegirAexx/9770e6a0c1ea159cb579f3e42b9766c7 to your computer and use it in GitHub Desktop.
Zathura keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General | |
J, PgDn | |
Go to the next page | |
K, PgUp | |
Go to the previous page | |
h, k, j, l | |
Scroll to the left, down, up or right direction | |
Left, Down, Up, Right | |
Scroll to the left, down, up or right direction | |
^t, ^d, ^u, ^y | |
Scroll a half page left, down, up or right | |
t, ^f, ^b, space, <S-space>, y | |
Scroll a full page left, down, up or right | |
gg, G, nG | |
Goto to the first, the last or to the nth page | |
H, L | |
Goto top or bottom of the current page | |
^o, ^i | |
Move backward and forward through the jump list | |
^j, ^k | |
Bisect forward and backward between the last two jump points | |
^c, Escape | |
Abort | |
a, s | |
Adjust window in best-fit or width mode | |
/, ? | |
Search for text | |
n, N | |
Search for the next or previous result | |
o, O | |
Open document | |
f | |
Follow links | |
F | |
Display link target | |
\: | |
Enter command | |
r | |
Rotate by 90 degrees | |
^r | |
Recolor (grayscale and invert colors) | |
R | |
Reload document | |
Tab | |
Show index and switch to **Index mode** | |
d | |
Toggle dual page view | |
F5 | |
Switch to presentation mode | |
F11 | |
Switch to fullscreen mode | |
^m | |
Toggle inputbar | |
^n | |
Toggle statusbar | |
+, -, = | |
Zoom in, out or to the original size | |
zI, zO, z0 | |
Zoom in, out or to the original size | |
n= | |
Zoom to size n | |
mX | |
Set a quickmark to a letter or number X | |
'X | |
Goto quickmark saved at letter or number X | |
q | |
Quit | |
Fullscreen mode | |
J, K | |
Go to the next or previous page | |
space, <S-space>, <BackSpace> | |
Scroll a full page down or up | |
gg, G, nG | |
Goto to the first, the last or to the nth page | |
^c, Escape | |
Abort | |
F11 | |
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 | |
Presentation mode | |
space, <S-space>, <BackSpace> | |
Scroll a full page down or up | |
^c, Escape | |
Abort | |
F5 | |
Switch to normal mode | |
q | |
Quit | |
Index mode | |
k, j | |
Move to upper or lower entry | |
l | |
Expand entry | |
L | |
Expand all entries | |
h | |
Collapse entry | |
H | |
Collapse all entries | |
space, Return | |
Select and open entry | |
Mouse bindings | |
Scroll | |
Scroll up or down | |
^Scroll | |
Zoom in or out | |
Hold Button2 | |
Pan the document | |
Button1 | |
Follow link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment