From 02b34f44f6dd61caf17a90690382decb1b9ff4a5 Mon Sep 17 00:00:00 2001 From: AP Darkly <162259590+apatterndarkly@users.noreply.github.com> Date: Sat, 28 Dec 2024 07:32:26 -0500 Subject: [PATCH] fix probable typo in Config.zig Based on both context and observed behavior, "now" was intended to be "not" in the paragraph describing the behavior of `focus-follows-mouse` is set to `true`. --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index c6702bb74..36b710658 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1191,7 +1191,7 @@ keybind: Keybinds = .{}, /// If true, when there are multiple split panes, the mouse selects the pane /// that is focused. This only applies to the currently focused window; i.e. -/// mousing over a split in an unfocused window will now focus that split +/// mousing over a split in an unfocused window will not focus that split /// and bring the window to front. /// /// Default is false.