config: add scrollback-{up,down}-half key bindings

These new bindings scroll up/down half a page in the
scrollback (instead of the full page scrolled by
‘scrollback-{up,down}’).

Closes #128.
This commit is contained in:
Daniel Eklöf 2020-09-09 19:40:48 +02:00
parent a132e6cf84
commit 2e3bd5e23c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 28 additions and 2 deletions

View file

@ -239,10 +239,19 @@ default binding. This can be done by setting _action=none_;
e.g. *search-start=none*.
*scrollback-up*
Scrolls up/back in history. Default: _Shift+Page\_Up_.
Scrolls up/back one page in history. Default: _Shift+Page\_Up_.
*scrollback-up-half*
Scrolls up/back half of a page in history. Default:
_Shift+Page\_Up_.
*scrollback-down*
Scroll down/forward in history. Default: _Shift+Page\_Down_.
Scroll down/forward one page in history. Default:
_Shift+Page\_Down_.
*scrollback-down-half*
Scroll down/forward half of a page in history. Default:
_Shift+Page\_Down_.
*clipboard-copy*
Copies the current selection into the _clipboard_. Default: _Control+Shift+C_.