1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 01:39:25 +00:00

history-substring-search: Tweak documentation and cleanup

This commit is contained in:
Indrajit Raychaudhuri
2023-09-11 23:28:38 -05:00
parent 74a19fb665
commit 5ac930d96b
3 changed files with 31 additions and 16 deletions

View File

@ -109,13 +109,16 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
# Set the search globbing flags.
# zstyle ':prezto:module:history-substring-search' globbing-flags ''
# Enable fuzzy search
# Enable search case-sensitivity.
# zstyle ':prezto:module:history-substring-search' case-sensitive 'yes'
# Enable search for fuzzy matches.
# zstyle ':prezto:module:history-substring-search' fuzzy 'yes'
# Retrieve only unique results (removes duplicates)
# zstyle ':prezto:module:history-substring-search' ensure-unique 'yes'
# Enable search uniqueness.
# zstyle ':prezto:module:history-substring-search' unique 'yes'
# Set the search prefixed.
# Enable prefixed search.
# zstyle ':prezto:module:history-substring-search' prefixed 'yes'
#