From 1634a2bbc1209522adefcecea8d9343f699f705a Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 25 Jun 2026 13:04:22 +0300 Subject: [PATCH] doc: document the `[mouse]` config table Signed-off-by: NotAShelf Change-Id: I94c9626acde828366c761906fec5ec1f6a6a6964 --- doc/beer.toml.5.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/beer.toml.5.scd b/doc/beer.toml.5.scd index 3395eac..a0d449a 100644 --- a/doc/beer.toml.5.scd +++ b/doc/beer.toml.5.scd @@ -82,6 +82,16 @@ channel). *visual* = _bool_ Briefly flash the screen on the terminal bell. Default _false_. +# [mouse] + +*scroll-multiplier* = _float_ + Multiplier applied to the lines scrolled per wheel notch. Default _1.0_. + +*alternate-scroll* = _bool_ + On the alternate screen, translate the wheel into cursor-key presses so + full-screen programs that did not request mouse reporting (such as _less_ + and _man_) still scroll. Default _true_. + # [key-bindings] A table of _chord_ = _action_ entries, merged over the built-in defaults. A