Skip to content

TUI Keybindings

KeyAction
EnterOpen split view (trace + session)
j / kMove selection down/up
Tab / xExpand/collapse process tree
*Pin/unpin session (star)
BOpen starred sessions tab
SOpen sessions browser
tOpen trace view
cOpen costs view
/Search across agent traces
$Toggle cost-per-turn display
dToggle diff view
sCycle sort order (name, cost, cpu, mem, age, model)
mMute/unmute notifications
:newOpen agent launcher
?Show help overlay
qQuit
KeyAction
j / kScroll trace up/down
gAnnotate turn as GOOD
bAnnotate turn as BAD
wAnnotate turn as WASTE
nAdd note to current turn
eOpen export menu
EscClose split view
TabSwitch focus between trace and session panes
KeyAction
jExport as JSONL to ~/.aimux/exports/
oExport as OTEL to configured endpoint
EscCancel
KeyAction
j / kMove selection down/up
g / GJump to top/bottom
EnterResume selected session
/Filter by title, prompt, project, tags
PFilter by directory path
FDeep content search (ripgrep inside session files)
sCycle sort order (age, cost, turns, title, failure mode)
AToggle between current directory and all projects
a / vCycle annotation (achieved, partial, failed, abandoned)
fSet failure-mode tag
NAdd/edit note
CCopy session ID to clipboard
pToggle trace preview pane
dDelete session (with confirmation)
DCleanup mode (find duplicates/empty sessions)
HShow/hide subagent sessions
EscClear filters (path first, then text), then exit view

Press / from the agent list to search across all active agent traces. Type a query (file name, function, error message) and aimux highlights matching sessions. This searches inside the trace content, not just session titles.

Type : to open the command palette:

CommandAction
:newLaunch new agent session
:export-otelExport current trace via OTEL