MyNixOS website logo

Hotkeys written to $XDG_CONFIG_HOME/k9s/hotkey.yaml. See https://k9scli.io/topics/hotkeys/ for supported values.

Declarations
Type
YAML value
Default
{ }
Example
hotkey = {
  # Make sure this is camel case
  hotKey = {
    shift-0 = {
      shortCut = "Shift-0";
      description = "Viewing pods";
      command = "pods";
    };
  };
};