From be13aa3553f214f7e2f6c7e4f0e15151678bff49 Mon Sep 17 00:00:00 2001 From: Tyler Hawkins <3319104+tyzbit@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:03:07 -0400 Subject: [PATCH] feat(docs): add info for Go Back and Last View to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ff67c5ca4..d487dc9beb 100644 --- a/README.md +++ b/README.md @@ -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` | |