From a7cfa6fc238635af1ad8e4e5cc39980bbb3dc3b0 Mon Sep 17 00:00:00 2001 From: Lukas <134181853+bo2themax@users.noreply.github.com> Date: Sun, 2 Aug 2026 14:29:13 +0200 Subject: [PATCH] config: update scrollbar doc per current implementation --- src/config/Config.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 9b5982229..136dd574c 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1438,9 +1438,9 @@ input: RepeatableReadableIO = .{}, /// Valid values: /// /// * `system` - Respect the system settings for when to show scrollbars. -/// For example, on macOS, this will respect the "Scrollbar behavior" -/// system setting which by default usually only shows scrollbars while -/// actively scrolling or hovering the gutter. +/// On macOS, we only show scrollbars while actively scrolling or hovering +/// the gutter. If the system setting is set to "Always", the scrollbar +/// will be shown when the mouse is over the gutter area. /// /// * `never` - Never show a scrollbar. You can still scroll using the mouse, /// keybind actions, etc. but you will not have a visual UI widget showing