Skip to main content

cd

Parameters

Configuration related to the omni cd command.

ParameterTypeDescription
fast_searchboolWhether or not to enable fast search for repositories lookup (default: true)
path_match_min_scorefloatthe minimum score to be considered when fuzzy matching a repository path
path_match_skip_prompt_if*_skip_prompt_ifConfiguration of prompt skipping when fuzzy matching a repository path

Example

cd:
fast_search: true
path_match_min_score: 0.12
path_match_skip_prompt_if:
enabled: true
first_min: 0.80
second_max: 0.60