From 52e817bff2504762726729d5da6050d7a5f28abc Mon Sep 17 00:00:00 2001 From: derailed Date: Tue, 12 Feb 2019 05:57:00 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35920068..6961d537 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ K9s uses 2 or 3 letters alias to navigate most K8s resource. | '?' | Show all command aliases | | | `/`filter`ENTER`> | Filter out a resource view given a filter | `/bumblebeetuna` | | `` | Bails out of command mode | | -| `e`, `v`, `l` | Key mapping to view, edit, see logs, etc... | `l` (view logs) | +| `v`, `e`, `l`,... | Key mapping to view, edit, see logs, etc... | `l` (view logs) | | `:`ctx`` | To view and switch to another Kubernetes cluster | | | `q`, `Ctrl-c` | To bail out of K9s | |