Skip to content

Commit 6ca28a4

Browse files
calebmeyerthorbenbelow
authored andcommitted
Add comment about Escape keybinding (derailed#2817)
This was the first question I had, and took me using the `?` hotkey to answer (wasn't in the docs anywhere that I saw)
1 parent ae5c5d8 commit 6ca28a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ K9s uses aliases to navigate most K8s resources.
340340
|---------------------------------------------------------------------------------|-------------------------------|------------------------------------------------------------------------|
341341
| Show active keyboard mnemonics and help | `?` | |
342342
| 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 |
344345
| View a Kubernetes resource using singular/plural or short-name | `:`pod⏎ | accepts singular, plural, short-name or alias ie pod or pods |
345346
| View a Kubernetes resource in a given namespace | `:`pod ns-x⏎ | |
346347
| View filtered pods (New v0.30.0!) | `:`pod /fred⏎ | View all pods filtered by fred |

0 commit comments

Comments
 (0)