MyNixOS website logo
option

programs.kitty.diffConfig.keybindings

Mapping of keybindings to use inside kitty's diff tool.

Configuration set through the extraConfig options will take greater priority.

Declarations
Type
attribute set of string
Default
{ }
Example
q = "quit";
j = "scroll_by 1";
k = "scroll_by -1";