KeyBindingGroup
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:64
TUI-C63 — bindings grouped by the context they are reachable in. The bindings are modal (Esc alone means three different things depending on what owns the keyboard), so a flat list of every bound key would mislead; the group is what makes each line true.
Properties
Section titled “Properties”bindings
Section titled “bindings”bindings: readonly
KeyBinding[]
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:67
title:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:66
The context the group’s bindings apply in, e.g. Scrolling the conversation.