diff --git a/options.html b/options.html index 5e46e304e..5103e4dc6 100644 --- a/options.html +++ b/options.html @@ -6528,9 +6528,13 @@ focused on keyboard interaction.
Type: Add Type: attribute set of string Default: Example: programs.zathura.mappings:map mappings to zathura and make
them permanent. See
zathurarc(5)
-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:
+"[normal] <C-b>" = "scroll left";
Type: attribute set of string
Default: { }
Example:
{
"<Right>" = "navigate next";
D = "toggle_page_mode";
+ "[fullscreen] <C-i>" = "zoom in";
}Declared by:
<home-manager/modules/programs/zathura.nix>
|
programs.zathura.optionsAdd :set command options to zathura and make