From 7aced21a8efd1377ab5e4991de5fb2280914d1b2 Mon Sep 17 00:00:00 2001 From: Anmol Wadhwani <4815989+anmolw@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:29:35 +0530 Subject: [PATCH] Use doc comments for focus-follows-mouse --- src/config/Config.zig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 941e794f8..d427d43bb 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1189,12 +1189,12 @@ keybind: Keybinds = .{}, /// value larger than this will be clamped to the maximum value. @"resize-overlay-duration": Duration = .{ .duration = 750 * std.time.ns_per_ms }, -// 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 -// and bring the window to front. -// -// Default is false. +/// 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 +/// and bring the window to front. +/// +/// Default is false. @"focus-follows-mouse": bool = false, /// Whether to allow programs running in the terminal to read/write to the