claude-code - 💡(How to fix) Fix [DOCS] Interactive mode docs omit overflow dialog scrolling controls [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54162Fetched 2026-04-29 06:34:37
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/interactive-mode

Section/Topic

Keyboard shortcuts and dialog navigation for overflowed dialogs

Current Documentation

The docs currently say:

Left/Right arrows | Cycle through dialog tabs | Navigate between tabs in permission dialogs and menus

The keybindings reference says:

Confirmation actions

confirm:previous | Up | Previous option confirm:next | Down | Next option

And the fullscreen guide says:

Fullscreen rendering handles scrolling inside the app. Use these shortcuts to navigate: PgUp / PgDn | Scroll up or down by half a screen Ctrl+Home | Jump to the start of the conversation Ctrl+End | Jump to the latest message and re-enable auto-follow Mouse wheel | Scroll a few lines at a time

These passages cover tab switching, list navigation, and fullscreen transcript scrolling, but they do not document that overflowing dialogs themselves can be scrolled with arrow keys, PgUp/PgDn, Home/End, and the mouse wheel in both fullscreen and non-fullscreen modes.

What's Wrong or Missing?

Changelog v2.1.121 added this behavior:

Dialogs that overflow the terminal are now scrollable with arrow keys, PgUp/PgDn, home/end, and mouse wheel in both fullscreen and non-fullscreen modes

The current docs do not tell users that long dialogs have their own scroll behavior, which keys work, or that the behavior is available even when the fullscreen renderer is off. On short terminals or in long permission, settings, and picker dialogs, users can miss content and assume the hidden portion is inaccessible.

Suggested Improvement

Add a short "Overflow dialogs" subsection to the interactive keyboard docs, or add equivalent entries to the keybindings reference, covering:

  • Arrow-key scrolling for dialogs whose content exceeds the terminal height
  • PgUp/PgDn for larger scroll jumps
  • Home/End for jumping within the dialog
  • Mouse-wheel scrolling when the terminal forwards mouse events
  • An explicit note that this works in both fullscreen and default/non-fullscreen rendering modes

It would also help to add a cross-reference from the fullscreen page so its scroll section does not read as if these controls only apply to the fullscreen transcript view.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageLine(s)Context
https://code.claude.com/docs/en/interactive-mode37-38Dialog tab navigation is documented, but overflow-dialog scrolling is not
https://code.claude.com/docs/en/keybindings133-145, 316-337Confirmation actions and fullscreen scroll actions are documented separately, but there is no overflow-dialog scroll reference
https://code.claude.com/docs/en/fullscreen61-86Scroll controls are described for fullscreen conversation navigation, which leaves the new dialog behavior and non-fullscreen scope undocumented

Total scope: 3 pages affected

Source: Changelog v2.1.121

Exact changelog entry:

Dialogs that overflow the terminal are now scrollable with arrow keys, PgUp/PgDn, home/end, and mouse wheel in both fullscreen and non-fullscreen modes

extent analysis

TL;DR

Add a new subsection to the interactive keyboard documentation to cover overflow dialog scrolling with arrow keys, PgUp/PgDn, Home/End, and mouse wheel in both fullscreen and non-fullscreen modes.

Guidance

  • Review the current documentation for keyboard shortcuts and dialog navigation to identify gaps in coverage of overflow dialog scrolling.
  • Add a new "Overflow dialogs" subsection to the interactive keyboard docs, covering the supported scroll actions and their availability in both fullscreen and non-fullscreen modes.
  • Consider adding cross-references from related documentation pages, such as the fullscreen guide, to ensure consistent and comprehensive coverage of scroll controls.
  • Verify that the updated documentation accurately reflects the behavior introduced in Changelog v2.1.121.

Example

No code snippet is necessary, as this issue pertains to documentation updates rather than code changes.

Notes

The suggested improvement should focus on clarifying the scroll behavior for overflow dialogs, ensuring that users understand how to access hidden content in various terminal settings.

Recommendation

Apply workaround: Update the documentation to include the missing information on overflow dialog scrolling, as this will directly address the identified issue and improve user understanding of the feature.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING