mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
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:
parent
2e3bd5e23c
commit
4d13429235
6 changed files with 99 additions and 24 deletions
|
|
@ -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_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue