Feature request: option to disable auto-scroll while reading output
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
When the agent is generating output, the terminal automatically scrolls to the bottom as new content is appended. This makes it difficult to read earlier content in the session — as soon as you scroll up, the view jumps back down.
**Request:** Add a configuration option (or keyboard shortcut) to temporarily lock/disable auto-scroll, so users can freely read prior output without the view being forced to the latest content.
**Suggested UX options:**
- A toggle keybinding (e.g. `ctrl+s` or similar) to pause/resume auto-scroll
- A persistent config setting to disable auto-scroll globally
This is a common feature in terminal multiplexers and log viewers (e.g. `less`, tmux scroll mode) and would significantly improve readability during longer responses.
贡献指南
调研方向
Start by locating the terminal output rendering and auto-scroll behavior, then review how scrolling up currently interacts with newly appended output. Compare the toggle-keybinding and persistent-config suggestions, and define one consistent pause/resume behavior whose completion can be verified while output is still generating.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100