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

history-substring-search: add fuzzy and unique

This commit is contained in:
dllud
2023-05-19 16:41:29 +01:00
committed by Indrajit Raychaudhuri
parent 1b0cc0a219
commit bd180eec72
3 changed files with 32 additions and 0 deletions

View File

@ -109,6 +109,12 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
# Set the search globbing flags.
# zstyle ':prezto:module:history-substring-search' globbing-flags ''
# Enable fuzzy search
# zstyle ':prezto:module:history-substring-search' fuzzy 'yes'
# Retrieve only unique results (removes duplicates)
# zstyle ':prezto:module:history-substring-search' ensure-unique 'yes'
#
# macOS
#