From c3442545a8c02d42fbf07d26caff9a41d8d8cece Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 6 Jun 2017 00:06:43 +0530 Subject: [PATCH] Add a note about changing mouse wheel scroll direction --- kitty/kitty.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index b5cd0f3b9..8a6bcd54d 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -59,7 +59,8 @@ scrollback_pager less +G -R # When viewing scrollback in a new window, put it in a new tab as well scrollback_in_new_tab no -# Wheel scroll multiplier (modify the amount scrolled by the mouse wheel) +# Wheel scroll multiplier (modify the amount scrolled by the mouse wheel). Use negative +# numbers to change scroll direction. wheel_scroll_multiplier 5.0 # The interval between successive clicks to detect double/triple clicks (in seconds)