File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,8 @@ K9s uses aliases to navigate most K8s resources.
340
340
| ---------------------------------------------------------------------------------| -------------------------------| ------------------------------------------------------------------------|
341
341
| Show active keyboard mnemonics and help | ` ? ` | |
342
342
| Show all available resource alias | ` ctrl-a` | |
343
- | To bail out of K9s | ` :quit` , ` :q` , ` ctrl-c` | |
343
+ | To bail out of K9s | ` :quit` , ` :q` , ` ctrl-c` | |
344
+ | To go up/back to the previous view | ` esc` | If you have crumbs on, this will go to the previous one |
344
345
| View a Kubernetes resource using singular/plural or short-name | ` :` pod⏎ | accepts singular, plural, short-name or alias ie pod or pods |
345
346
| View a Kubernetes resource in a given namespace | ` :` pod ns-x⏎ | |
346
347
| View filtered pods (New v0.30.0! ) | ` :` pod /fred⏎ | View all pods filtered by fred |
You can’t perform that action at this time.
0 commit comments