Add arrow key navigation between expandable sections (ctrl+o)
Resolved 💬 2 comments Opened Feb 4, 2026 by kitaekatt Closed Mar 5, 2026
Feature Request
Problem
When a conversation contains multiple expandable sections, selecting a specific section for expansion via ctrl+o is difficult. There's no way to quickly navigate between expandable sections.
Proposed Solution
After pressing ctrl+o to expand a section, allow Up Arrow and Down Arrow to navigate to the previous/next expandable section in the conversation. This would let users quickly jump between sections without having to manually scroll and precisely select each one.
Expected Behavior
- Press
ctrl+oto enter section expansion mode - Press
Down Arrowto move focus to the next expandable section - Press
Up Arrowto move focus to the previous expandable section - Press
Enter(orctrl+oagain) to expand/collapse the focused section
Motivation
In conversations with many expandable sections (e.g., tool call results, long code blocks), it's cumbersome to target a specific section for expansion. Arrow key navigation would make this interaction much more fluid.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗