programs.k9s.hotKeys

Hotkeys written to $XDG_CONFIG_HOME/k9s/hotkeys.yaml (linux) or Library/Application Support/k9s/hotkeys.yaml (darwin). See https://k9scli.io/topics/hotkeys/ for supported values.

Type
YAML 1.1 value
Default
{ }
Example
{
  shift-0 = {
    shortCut = "Shift-0";
    description = "Viewing pods";
    command = "pods";
  };
}
Declared
<home-manager/modules/programs/k9s.nix>