Guide / Navigation
Navigation
The keymap is vim-flavoured: j/k move, h/l move between panes, and most verbs are a single letter. Inside the app, ? opens the full reference.
Anywhere
| Key | Action |
|---|---|
| S / R / P | Service / region / profile picker |
| @ | Search bar seeded with @, for a fast service switch |
| / | Fuzzy search the current service |
| r | Refresh: the whole service from the list, just this resource from the detail pane |
| w | Watch mode (auto-refresh); + / - tune the interval |
| , | Macros: Enter run, n record, , again to stop recording |
| ` | Jump list (navigation history) |
| B / ’ | Bookmark this location / open bookmarks |
| M | Message history (past errors and toasts) |
| \ | Flat detail view: every section in one scroll |
| ? / q | Help / quit |
List pane
| Key | Action |
|---|---|
| j k ↑ ↓ | Move |
| gg / G | Top / bottom |
| Ctrl-d / Ctrl-u | Half page |
| l → Enter | Open the detail pane |
| h ← Backspace Ctrl-O | Back through history |
| Tab / Shift-Tab, 1–9, 0 | Switch sub-tab |
| a | Hide noisy rows (defaults, automated snapshots, passed checks…) |
| z | Cycle sort: load order → name ↑ → name ↓ → state |
| F | Cycle a filter over the states present in this view |
| V, J / K | Visual row selection; Ctrl-A selects all |
| y | Copy the id or ARN, or the selection as a Markdown table |
| C | Copy the equivalent read-only AWS CLI command |
| X / Ctrl-X | Export the resource (deep) / the list |
Detail pane
| Key | Action |
|---|---|
| j k, gg / G | Scroll |
| Tab / Shift-Tab, 1–9 | Switch section |
| [[ / ]] | Previous / next group header |
| l → Enter | Follow the link under the cursor |
| h ← Esc Ctrl-O | Back |
| / | Filter the body text |
| y / c | Copy the row, or the visual selection |
| e | Open in $EDITOR |
| Z | Full-width pane |
Following links
Rows that end in → are links: an instance’s subnet, a role’s ARN, a
CloudFormation stack name in a tag, an S3 URI in a Glue job. Enter
follows them across services, and across regions where the target lives
elsewhere. Ctrl-O or a right-click walks back through the history
you built, and ` shows the whole jump list.
Mouse
Clicks select rows and sub-tabs, double-click drills in or follows a link, right-click goes back, and the wheel scrolls. Hold Shift while dragging for your terminal’s native text selection.