diff --git a/.k9s/config.yml b/.config/k9s/.k9s/config.yml similarity index 100% rename from .k9s/config.yml rename to .config/k9s/.k9s/config.yml diff --git a/.config/k9s/hotkey.yml b/.config/k9s/hotkey.yml new file mode 100644 index 0000000..2d2d486 --- /dev/null +++ b/.config/k9s/hotkey.yml @@ -0,0 +1,13 @@ +hotKey: + shift-1: + shortCut: Shift-1 + description: pods + command: pods + shift-2: + shortCut: Shift-2 + description: deps + command: dp + shift-3: + shortCut: Shift-3 + description: nodes + command: nodes