diff --git a/README.md b/README.md index 1307c1b0..35920068 100644 --- a/README.md +++ b/README.md @@ -91,15 +91,15 @@ k9s -n mybitchns K9s uses 2 or 3 letters alias to navigate most K8s resource. -| Command | Result | Example | -| ------------------ | -------------------------------------------------- | -------------------- | -| `>`alias`` | List a Kubernetes resource in the active namespace | `>po` | -| Ctrl-A | Show all command aliases | | -| `/`filter`ENTER`> | Filter out a resource view given a filter | `/bumblebeetuna` | -| `` | Bails out of command mode | | -| `Ctrl-Key` | Key mapping to view, edit, see logs, etc... | `Ctrl-L` (view logs) | -| `>`ctx`` | To view and switch to another Kubernetes cluster | | -| `Ctrl-q`, `Ctrl-c` | To bail out of K9s | | +| Command | Result | Example | +|-------------------|----------------------------------------------------|------------------| +| `:`alias`` | List a Kubernetes resource in the active namespace | `:po` | +| '?' | 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) | +| `:`ctx`` | To view and switch to another Kubernetes cluster | | +| `q`, `Ctrl-c` | To bail out of K9s | |