mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
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:
parent
a132e6cf84
commit
2e3bd5e23c
6 changed files with 28 additions and 2 deletions
|
|
@ -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_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue