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 valueDefault
{ }Example
declared in: <home-manager/modules/programs/k9s.nix>source unavailable{ shift-0 = { shortCut = "Shift-0"; description = "Viewing pods"; command = "pods"; }; }