Keymap
The canonical keymap lives inside the TUI itself — press ? to open the multi-section help, pan with ← →, or jump straight to a section with 1–9.
This page is the static mirror.
Global
| Key | Action |
|---|---|
1 / 2 / 3 / 4 / 5 | Switch to Logs / Pins / Saved Views / Docs / Alerts |
: | Open command palette |
/ | Focus the search bar (most views) |
? | Open help |
q | Pop the current view |
Q | Quit the TUI |
esc | Close overlay / unfocus search / pop view |
Logs view
| Key | Action |
|---|---|
↑/↓ or j/k | Move cursor by 1 |
ctrl+↑/↓ | Jump 10 lines |
g / G | Top / bottom |
enter | Open log detail |
n | Fetch next page (older logs) |
r | Reload current query |
space | Toggle live tail |
/ | Filter — supports level:error @last-1h !context.env:staging "payment timeout" |
x | Clear filter |
s | Save current filter as a saved view |
v | Open Saved Views |
Log detail view
| Key | Action |
|---|---|
a | Create alert from this log (wizard pre-filled) |
p | Pin / unpin |
t | Open trace view (all logs sharing trace id) |
c | Copy log id |
o | Open in web console |
j | Toggle raw / JSON-colored context |
y | Copy full log JSON |
q | Back to logs |
Pins view
| Key | Action |
|---|---|
↑/↓ or j/k | Move cursor |
enter | Open the snapshotted log |
R | Mark resolved |
W | Mark watching |
d | Delete pin |
r | Reload |
Saved Views
| Key | Action |
|---|---|
↑/↓ or j/k | Move cursor |
enter | Apply the filter → jump to Logs |
d | Delete saved view |
r | Reload |
Trace view
| Key | Action |
|---|---|
↑/↓ or j/k | Move cursor |
enter | Open the highlighted log |
r | Reload trace |
Alerts view
| Key | Action |
|---|---|
↑/↓ or j/k | Move cursor |
c | Create alert (wizard) |
space | Toggle active / paused |
d | Delete alert |
r | Reload |
Search bar (when focused)
| Key | Action |
|---|---|
tab | Accept current completion |
↑/↓ | Pick a suggestion |
enter | Submit query (or accept highlighted suggestion) |
esc | Unfocus search bar |
ctrl+a / ctrl+e | Cursor to start / end |
ctrl+u | Clear input |
ctrl+w / opt+backspace | Delete word left |
opt+←/→ | Jump word left / right |
Docs view
| Key | Action |
|---|---|
↑/↓ or j/k | Move cursor (list or body, depending on focus) |
ctrl+↑/↓ | Jump 10 lines |
enter | Open the selected page |
tab | Switch focus between list and body |
/ | Full-text fuzzy search across every page |
esc | Cascade: clear query → close page → exit Docs |
g / G | Top / bottom |
r | Refresh page (or index, if no page open) — bypasses cache |