MyNixOS website logo

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.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  shift-0 = {
    shortCut = "Shift-0";
    description = "Viewing pods";
    command = "pods";
  };
}