kitty_scroll
Scroll terminal content by lines, pages, prompts, or to edges. Supports up/down directions and shell integration for prompt jumping.
Instructions
Scroll the content of a kitty window. Supports scrolling by lines, pages, to start/end, to prompts (with shell integration), and unscrolling. Examples: "5" (5 lines down), "2p-" (2 pages up), "start", "end", "1r" (next prompt), "1r-" (previous prompt), "0.5p" (half page down).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Window match expression. | |
| amount | Yes | Scroll amount. "start"/"end" to jump to edges. Number with optional unit (l=lines, p=pages, u=unscroll, r=prompt) and direction (+down, -up). Examples: "5", "2p-", "1r-", "0.5p". |