Skip to content

Commit

Permalink
Update the documentation to better explain that `shell-integration-fe…
Browse files Browse the repository at this point in the history
…atures`
  • Loading branch information
liby committed Jan 14, 2025
1 parent 2053491 commit 8bb2ac7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bb2ac7

Please sign in to comment.