changelog: add the remaining scrollback-up/down bindings

This commit is contained in:
Daniel Eklöf 2023-10-08 10:39:57 +02:00 committed by Raimund Sacherer
parent eeb2544c6b
commit 5a950b9639

View file

@ -66,10 +66,14 @@
- `extend-line-down` (shift+down)
- `extend-backward-char` (shift+left)
- `extend-backward-to-word-boundary` (ctrl+shift+left)
- `extend-backward-to-next-whitespace` (ctrl+alt+shift+left)
- `extend-backward-to-next-whitespace` (none)
- `extend-line-up` (shift+up)
- `scrollback-up-page` (shift+page-up)
- `scrollback-up-half-page` (none)
- `scrollback-up-line` (none)
- `scrollback-down-page` (shift+page-down)
- `scrollback-down-half-page` (none)
- `scrollback-down-line` (none)
* Support for visual bell which flashes the terminal window.
([#1508][1508]).