programs.feh.keybindings

Home-Manager option

Override feh’s default keybindings. If you want to disable a keybinding set its value to null. If you want to bind multiple keys to an action, set its value to a list. See https://man.finalrewind.org/1/feh/#KEYS_CONFIG_SYNTAX for default bindings and available commands.

type: attribute set of (null or string or list of string)
Default
{ }
Example
{ prev_img = [ "h" "Left" ]; zoom_in = "plus"; zoom_out = "minus"; }
declared in: <home-manager/modules/programs/feh.nix>source unavailable