diff --git a/src/config/Config.zig b/src/config/Config.zig index 36b2a8494a..92061dc296 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1639,7 +1639,10 @@ keybind: Keybinds = .{}, /// The default value is `detect`. @"shell-integration": ShellIntegration = .detect, -/// Shell integration features to enable if shell integration itself is enabled. +/// Shell integration features to enable. These are applied even when automatic +/// shell integration is inactive unless explicitly disabled with +/// `shell-integration-features = false`. +/// /// The format of this is a list of features to enable separated by commas. If /// you prefix a feature with `no-` then it is disabled. If you omit a feature, /// its default value is used, so you must explicitly disable features you don't