From 36bd7c47147c90c832d96541a21a78381d34a4cc Mon Sep 17 00:00:00 2001 From: ncfavier Date: Wed, 22 Mar 2023 09:51:13 +0000 Subject: [PATCH] deploy: c6a7bc90cab372977e76f8fa1090ee984b99de12 --- options.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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:

programs.zathura.mappings

Add :map mappings to zathura and make them permanent. See zathurarc(5) -for the full list of possible mappings.

Type: attribute set of string

Default: { }

Example:

{
+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.options

Add :set command options to zathura and make