mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
zathura: add documentation for mode-specific mappings (#3797)
This commit is contained in:
parent
486ba3de4e
commit
c6a7bc90ca
1 changed files with 4 additions and 0 deletions
|
@ -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