Skip to content

Commit 44ef516

Browse files
committed
docs(help): document Shift+Left / Shift+Right indent shortcuts
Adds a row to the SESSIONS help section so users discover the new indent/outdent gestures without reading the changelog.
1 parent 8eacc98 commit 44ef516

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/ui/help.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ func (h *HelpOverlay) View() string {
246246
{unreadKey, "Mark unread"},
247247
{quickApproveKey, "Quick approve (send '1' to Claude)"},
248248
{reorderKeys, "Reorder up/down"},
249+
{"Shift+→ / ←", "Indent / outdent (sub-session)"},
249250
{forkKeys, "Fork session (Claude only)"},
250251
{copyKey, "Copy output to clipboard"},
251252
{"C", "Copy preview info (Repo / Path / Branch)"},

0 commit comments

Comments
 (0)