config: add [key-bindings].noop action

Key combinations assigned to this action will not be sent to the
application.

Closes #765
This commit is contained in:
Daniel Eklöf 2021-10-24 11:49:37 +02:00
parent b2ddacb799
commit bcea929c94
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 18 additions and 5 deletions

View file

@ -606,24 +606,28 @@ 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*.
*noop*
All key combinations listed here will not be sent to the
application. Default: _not bound_.
*scrollback-up-page*
Scrolls up/back one page in history. Default: _Shift+Page\_Up_.
*scrollback-up-half-page*
Scrolls up/back half of a page in history. Default: _not set_.
Scrolls up/back half of a page in history. Default: _not bound_.
*scrollback-up-line*
Scrolls up/back a single line in history. Default: _not set_.
Scrolls up/back a single line in history. Default: _not bound_.
*scrollback-down-page*
Scroll down/forward one page in history. Default:
_Shift+Page\_Down_.
*scrollback-down-half-page*
Scroll down/forward half of a page in history. Default: _not set_.
Scroll down/forward half of a page in history. Default: _not bound_.
*scrollback-down-line*
Scroll down/forward a single line in history. Default: _not set_.
Scroll down/forward a single line in history. Default: _not bound_.
*clipboard-copy*
Copies the current selection into the _clipboard_. Default: _Control+Shift+c_.