Skip to content

Instantly share code, notes, and snippets.

@manno
Last active October 26, 2022 15:27
Show Gist options
  • Save manno/290e433bf62bb10dffc12257c5916f99 to your computer and use it in GitHub Desktop.
Save manno/290e433bf62bb10dffc12257c5916f99 to your computer and use it in GitHub Desktop.
~/.config/k9s/hotkey.yml
hotKey:
f1:
shortCut: F1
description: Show contexts
command: ctx
f2:
shortCut: F2
description: Show pods
command: pods
f3:
shortCut: F3
description: Show secrets
command: secrets
shift-1:
shortCut: Shift-1
description: Viewing gitrepos
command: gitrepos
shift-2:
shortCut: Shift-2
description: Viewing bundles
command: bundles
shift-3:
shortCut: Shift-3
description: View bundledeployments
command: bundledeployments
shift-4:
shortCut: Shift-4
description: View clusters
command: fleet.cattle.io/v1alpha1/clusters
shift-0:
shortCut: Shift-0
description: Xray Deployments
command: xray deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment