Skip to content

Commit

Permalink
Add comment about Escape keybinding (derailed#2817)
Browse files Browse the repository at this point in the history
This was the first question I had, and took me using the `?` hotkey to answer (wasn't in the docs anywhere that I saw)
  • Loading branch information
calebmeyer authored and uozalp committed Sep 2, 2024
1 parent 041cb9e commit 9e7d799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ K9s uses aliases to navigate most K8s resources.
|---------------------------------------------------------------------------------|-------------------------------|------------------------------------------------------------------------|
| Show active keyboard mnemonics and help | `?` | |
| Show all available resource alias | `ctrl-a` | |
| To bail out of K9s | `:quit`, `:q`, `ctrl-c` | |
| To bail out of K9s | `:quit`, `:q`, `ctrl-c` | |
| To go up/back to the previous view | `esc` | If you have crumbs on, this will go to the previous one |
| View a Kubernetes resource using singular/plural or short-name | `:`pod⏎ | accepts singular, plural, short-name or alias ie pod or pods |
| View a Kubernetes resource in a given namespace | `:`pod ns-x⏎ | |
| View filtered pods (New v0.30.0!) | `:`pod /fred⏎ | View all pods filtered by fred |
Expand Down

0 comments on commit 9e7d799

Please sign in to comment.