1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

zathura: add documentation for mode-specific mappings (#3797)

This commit is contained in:
Gaétan Lepage 2023-03-22 10:50:13 +01:00 committed by GitHub
parent 486ba3de4e
commit c6a7bc90ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,10 +58,14 @@ in {
<manvolnum>5</manvolnum>
</citerefentry>
for the full list of possible mappings.
You can create a mode-specific mapping by specifying the mode before the key:
<literal>"[normal] &lt;C-b&gt;" = "scroll left";</literal>
'';
example = {
D = "toggle_page_mode";
"<Right>" = "navigate next";
"[fullscreen] <C-i>" = "zoom in";
};
};