programs.k9s.hotKeys

Home-Manager option

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 in: <home-manager/modules/programs/k9s.nix>source unavailable