programs.feh.keybindings
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
- <home-manager/modules/programs/feh.nix>