programs.kitty.keybindings
Mapping of keybindings to actions.
- Type
attribute set of string- Default
{ }- Example
{ "ctrl+c" = "copy_or_interrupt"; "ctrl+f>2" = "set_font_size 20"; }- Declared
- <home-manager/modules/programs/kitty.nix>
Mapping of keybindings to actions.
attribute set of string{ }{
"ctrl+c" = "copy_or_interrupt";
"ctrl+f>2" = "set_font_size 20";
}