key-binding: deprecate scrollback-up/down, add scrollback-up/down-line

This deprecates/renames scrollback-up/down to scrollback-up/down-page.

It also renames scrollback-up/down-half to
scrollback-up/down-half-page, and adds the new bindings
scrollback-up/down-line.
This commit is contained in:
Daniel Eklöf 2020-09-10 18:17:47 +02:00
parent 2e3bd5e23c
commit 4d13429235
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 99 additions and 24 deletions

View file

@ -238,20 +238,24 @@ default shortcut for *search-start*, you first need to unmap the
default binding. This can be done by setting _action=none_;
e.g. *search-start=none*.
*scrollback-up*
*scrollback-up-page*
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-up-half-page*
Scrolls up/back half of a page in history. Default: _not set_.
*scrollback-down*
*scrollback-up-line*
Scrolls up/back a single line in history. Default: _not set_.
*scrollback-down-page*
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_.
*scrollback-down-half-page*
Scroll down/forward half of a page in history. Default: _not set_.
*scrollback-down-line*
Scroll down/forward a single line in history. Default: _not set_.
*clipboard-copy*
Copies the current selection into the _clipboard_. Default: _Control+Shift+C_.