[v2][auto-prompt] Output panel has no cursor controls
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
### Describe the feature
Currently, the output panel has fewer shortkeys than the doc panel (see below):


In particular, the output panel has no defined keys for moving the cursor other than searching and finding.
This doesn't make much sense as it may be crucial to navigate in the output panel, especially if the output object is long and doesn't fit in a single page.
The output panel should have the same navigation options as the doc panel.
EDIT: it seems to be possible to move up and down one line in the output panel with the _Ctrl-P_ and _Ctrl-N_ key bindings, which are, however, not documented.
### Use Case
This is useful for inspecting the output object when it exceeds the terminal height and thus gets truncated.
### Proposed Solution
_No response_
### Other Information
_No response_
### Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
### CLI version used
2.9.11
### Environment details (OS name and version, etc.)
macOS 11.7.2, iTerm2 3.4.18, GNU Bash 5.1.16
Contributor guide
Assessment
This issue has not been assessed yet.