zathura: add documentation for mode-specific mappings (#3797)
This commit is contained in:
parent
486ba3de4e
commit
c6a7bc90ca
|
@ -58,10 +58,14 @@ in {
|
||||||
<manvolnum>5</manvolnum>
|
<manvolnum>5</manvolnum>
|
||||||
</citerefentry>
|
</citerefentry>
|
||||||
for the full list of possible mappings.
|
for the full list of possible mappings.
|
||||||
|
|
||||||
|
You can create a mode-specific mapping by specifying the mode before the key:
|
||||||
|
<literal>"[normal] <C-b>" = "scroll left";</literal>
|
||||||
'';
|
'';
|
||||||
example = {
|
example = {
|
||||||
D = "toggle_page_mode";
|
D = "toggle_page_mode";
|
||||||
"<Right>" = "navigate next";
|
"<Right>" = "navigate next";
|
||||||
|
"[fullscreen] <C-i>" = "zoom in";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue