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 19.

This page is the static mirror.

Global

KeyAction
1 / 2 / 3 / 4 / 5Switch to Logs / Pins / Saved Views / Docs / Alerts
:Open command palette
/Focus the search bar (most views)
?Open help
qPop the current view
QQuit the TUI
escClose overlay / unfocus search / pop view

Logs view

KeyAction
↑/↓ or j/kMove cursor by 1
ctrl+↑/↓Jump 10 lines
g / GTop / bottom
enterOpen log detail
nFetch next page (older logs)
rReload current query
spaceToggle live tail
/Filter — supports level:error @last-1h !context.env:staging "payment timeout"
xClear filter
sSave current filter as a saved view
vOpen Saved Views

Log detail view

KeyAction
aCreate alert from this log (wizard pre-filled)
pPin / unpin
tOpen trace view (all logs sharing trace id)
cCopy log id
oOpen in web console
jToggle raw / JSON-colored context
yCopy full log JSON
qBack to logs

Pins view

KeyAction
↑/↓ or j/kMove cursor
enterOpen the snapshotted log
RMark resolved
WMark watching
dDelete pin
rReload

Saved Views

KeyAction
↑/↓ or j/kMove cursor
enterApply the filter → jump to Logs
dDelete saved view
rReload

Trace view

KeyAction
↑/↓ or j/kMove cursor
enterOpen the highlighted log
rReload trace

Alerts view

KeyAction
↑/↓ or j/kMove cursor
cCreate alert (wizard)
spaceToggle active / paused
dDelete alert
rReload

Search bar (when focused)

KeyAction
tabAccept current completion
↑/↓Pick a suggestion
enterSubmit query (or accept highlighted suggestion)
escUnfocus search bar
ctrl+a / ctrl+eCursor to start / end
ctrl+uClear input
ctrl+w / opt+backspaceDelete word left
opt+←/→Jump word left / right

Docs view

KeyAction
↑/↓ or j/kMove cursor (list or body, depending on focus)
ctrl+↑/↓Jump 10 lines
enterOpen the selected page
tabSwitch focus between list and body
/Full-text fuzzy search across every page
escCascade: clear query → close page → exit Docs
g / GTop / bottom
rRefresh page (or index, if no page open) — bypasses cache
// related

See also