Key Bindings¶
TUI Chat Mode¶
Key |
Action |
|---|---|
Enter |
Send message |
Ctrl+J / Ctrl+Enter |
Insert newline in input |
Page Up |
Scroll chat up 10 lines |
Page Down |
Scroll chat down 10 lines |
Ctrl+Up / Shift+Up |
Scroll up one line |
Ctrl+Down / Shift+Down |
Scroll down one line |
Up / Down |
Traverse prompt history (or move between input lines) |
Home |
Move input cursor to beginning of line |
End |
Move input cursor to end of line |
Ctrl+R |
Toggle reasoning display |
Ctrl+C / Ctrl+Q |
Quit |
Review Modal (Agent Mode)¶
Key |
Action |
|---|---|
y |
Approve node changes |
n |
Reject node changes |
c |
Send correction feedback |
e |
Open files in editor |
d |
Toggle diff view |
s |
Skip node |
Left / Right |
Move action selection |
Enter |
Confirm selected action |
Esc |
Dismiss modal |
Agent Mode¶
Key |
Action |
|---|---|
q |
Quit |
p |
Pause/resume the agent |
Tab / Shift+Tab |
Cycle tabs |
1 / 2 / 3 |
Jump to Dashboard / Tasks / Diff tab |
Up / k |
Navigate up |
Down / j |
Navigate down |
Page Up / Page Down |
Page navigation |
Space / Enter |
Select item |
a |
Open the approval modal |
Input Editor¶
Key |
Action |
|---|---|
Left / Right |
Move cursor |
Ctrl+B / Ctrl+F |
Move cursor left / right |
Ctrl+A |
Move to beginning of line |
Ctrl+E |
Move to end of line |
Ctrl+W |
Delete word backward |
Ctrl+U |
Delete to beginning of line |
Ctrl+K |
Delete to end of line |
Backspace |
Delete character backward |
Delete |
Delete character forward |
Ctrl+D / Ctrl+H |
Delete / Backspace character |