[DOCS] [Commands] `/scroll-speed` command missing from slash command documentation in v2.1.139
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/commands
Section/Topic
Slash command reference table (all available commands)
Current Documentation
The Commands reference lists all available slash commands including /terminal-setup, /config, /model, /effort, /theme, and other interactive commands. The /scroll-speed command is absent from this list.
The entry in v2.1.139 changelog reads:
Added /scroll-speed command to tune mouse wheel scroll speed with a live preview
The fullscreen page documents CLAUDE_CODE_SCROLL_SPEED as an environment variable for setting the scroll multiplier, but does not mention the new /scroll-speed interactive command:
SetCLAUDE_CODE_SCROLL_SPEEDto multiply the base scroll distance: ``bash theme={null} export CLAUDE_CODE_SCROLL_SPEED=3``
What's Wrong or Missing?
The /scroll-speed slash command was added in v2.1.139 but is not listed in the Commands reference. Users cannot discover this command through the interactive / menu or the documentation. The existing CLAUDE_CODE_SCROLL_SPEED environment variable is documented but the new interactive command with live preview is not.
Suggested Improvement
Add the /scroll-speed command to the Commands reference table in commands.md with a description such as:
| /scroll-speed | Adjust mouse wheel scroll speed in fullscreen rendering with a live preview. Accepts values 1–20, or use without arguments to open an interactive picker |
The entry should appear near related scroll/display commands like /terminal-setup and /tui.
Impact
Low - Minor confusion or inconvenience (the env var CLAUDE_CODE_SCROLL_SPEED is already documented; the slash command is a new discoverability surface)
Additional Context
Affected Pages:
| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/commands | 19–106 | Commands reference table — /scroll-speed absent |
| https://code.claude.com/docs/en/fullscreen | 88–94 | Documents CLAUDE_CODE_SCROLL_SPEED env var only, no mention of /scroll-speed command |
Total scope: 2 pages affected
Changelog reference: v2.1.139 — Added /scroll-speed command to tune mouse wheel scroll speed with a live preview
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗