mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 15:14:13 +02:00
Merge pull request #782 from ClementTsang/half_page_scroll_doc
Half page scroll doc
This commit is contained in:
commit
e9d5c7e071
@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- [#766](https://github.com/ClementTsang/bottom/pull/766): Add FreeBSD support.
|
- [#766](https://github.com/ClementTsang/bottom/pull/766): Add FreeBSD support.
|
||||||
|
|
||||||
|
- [#774](https://github.com/ClementTsang/bottom/pull/774): Add half page scrolling with `ctrl-u` and `ctrl-d`.
|
||||||
|
|
||||||
## [0.6.8] - 2022-02-01
|
## [0.6.8] - 2022-02-01
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
@ -56,6 +56,8 @@ Note that key bindings are generally case-sensitive.
|
|||||||
| ++g+g++ , ++home++ | Jump to the first entry |
|
| ++g+g++ , ++home++ | Jump to the first entry |
|
||||||
| ++G++ , ++end++ | Jump to the last entry |
|
| ++G++ , ++end++ | Jump to the last entry |
|
||||||
| ++page-up++ , ++page-down++ | Scroll up/down a table by a page |
|
| ++page-up++ , ++page-down++ | Scroll up/down a table by a page |
|
||||||
|
| ++ctrl+u++ | Scroll up a table by half a page |
|
||||||
|
| ++ctrl+d++ | Scroll down a table by half a page |
|
||||||
|
|
||||||
## Mouse bindings
|
## Mouse bindings
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user