From 91b56e24945e91c1b0825cb4c2c2558c9d8c25be Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 9 Jul 2024 10:52:20 -0400 Subject: [PATCH] config: document true/false for shell-integration-features --- 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 d63b062e3..2eb9f80f8 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -894,7 +894,7 @@ keybind: Keybinds = .{}, /// 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 -/// want. +/// want. You can also use `true` or `false` to turn all features on or off. /// /// Available features: ///