mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 02:49:25 +00:00
history-substring-search: add fuzzy and unique
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
1b0cc0a219
commit
bd180eec72
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user