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 ee441e9 commit 5847d2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,9 @@ 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 require our shell integration
/// to be loaded, either automatically via shell-integration or manually.
///
/// 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 5847d2a

Please sign in to comment.