diff --git a/modules/programs/zathura.nix b/modules/programs/zathura.nix index 769ec710..b043fa23 100644 --- a/modules/programs/zathura.nix +++ b/modules/programs/zathura.nix @@ -58,10 +58,14 @@ in { 5 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"; ''; example = { D = "toggle_page_mode"; "" = "navigate next"; + "[fullscreen] " = "zoom in"; }; };