Skip to content

Commit 50c1cc7

Browse files
committed
docs: clarify reorder + indent shortcuts in help and TUI reference
In-app help overlay now spells out that K/J auto-promotes at the parent edge and that Shift+→ / Shift+← perform indent/outdent. The canonical TUI reference (skills/agent-deck/references/tui-reference.md) gets the same two clarifications. README itself is a curated subset and was already pointing at the TUI reference for the full table.
1 parent f759f59 commit 50c1cc7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

internal/ui/help.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ func (h *HelpOverlay) View() string {
245245
{previewKey, "Toggle preview mode (output/stats/both)"},
246246
{unreadKey, "Mark unread"},
247247
{quickApproveKey, "Quick approve (send '1' to Claude)"},
248-
{reorderKeys, "Reorder up/down"},
249-
{"Shift+→ / ←", "Indent / outdent (sub-session)"},
248+
{reorderKeys, "Reorder up/down (auto-promote at edge)"},
249+
{"Shift+→ / Shift+←", "Indent / outdent (in group)"},
250250
{forkKeys, "Fork session (Claude only)"},
251251
{copyKey, "Copy output to clipboard"},
252252
{"C", "Copy preview info (Repo / Path / Branch)"},

skills/agent-deck/references/tui-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Complete reference for agent-deck Terminal UI features.
2222
| `n` | New session (inherits current group) |
2323
| `r` | Rename session or group |
2424
| `R` | Restart session (reloads MCPs) |
25-
| `K` / `J` | Move item up/down in order |
25+
| `K` / `J` | Move item up/down (auto-promotes a sub-session to top-level when at the parent's first/last child) |
26+
| `Shift+→` / `Shift+←` | Indent / outdent within current group (single-level nesting) |
2627
| `M` | Move session to different group |
2728
| `m` | Open MCP Manager (Claude/Gemini) |
2829
| `s` | Open Skills Manager |

0 commit comments

Comments
 (0)