programs.sioyek.bindings

Home-Manager option

Input configuration written to $XDG_CONFIG_HOME/sioyek/keys_user.config. See https://github.com/ahrm/sioyek/blob/main/pdf_viewer/keys.config. Each attribute could also accept a list of strings to set multiple bindings of the same command.

type: attribute set of (string or list of string)
Default
{ }
Example
{ "move_up" = "k"; "move_down" = "j"; "move_left" = "h"; "move_right" = "l"; "screen_down" = [ "d" "<C-d>" ]; "screen_up" = [ "u" "<C-u>" ]; }
declared in: <home-manager/modules/programs/sioyek.nix>source unavailable