Skip to content

Commit

Permalink
feat(docs): add info for Go Back and Last View to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Jul 19, 2024
1 parent 986b00d commit be13aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ K9s uses aliases to navigate most K8s resources.
| To view and switch to another Kubernetes context (Pod view) | `:`ctx⏎ | |
| To view and switch directly to another Kubernetes context (Last used view) | `:`ctx context-name⏎ | |
| To view and switch to another Kubernetes namespace | `:`ns⏎ | |
| To switch between the last active view (like how "cd -" works) | `-` | |
| To go back through previous views | `b` | |
| To view all saved resources | `:`screendump or sd⏎ | |
| To delete a resource (TAB and ENTER to confirm) | `ctrl-d` | |
| To kill a resource (no confirmation dialog, equivalent to kubectl delete --now) | `ctrl-k` | |
Expand Down

0 comments on commit be13aa3

Please sign in to comment.