1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

feat(history-substring-search): add prefixed setting

support zsh-history-substring-search `HISTORY_SUBSTRING_SEARCH_PREFIXED` env

Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
mritd
2021-09-19 18:59:54 +08:00
committed by Indrajit Raychaudhuri
parent bd180eec72
commit 9bf1ae66bc
2 changed files with 10 additions and 0 deletions

View File

@@ -63,6 +63,12 @@ _`${ZDOTDIR:-$HOME}/.zpreztorc`_:
```sh
zstyle ':prezto:module:history-substring-search' globbing-flags ''
To set the search matched against the start of each history entry, add the following line to
_`${ZDOTDIR:-$HOME}/.zpreztorc`_:
```sh
zstyle ':prezto:module:history-substring-search' prefixed 'yes'
```
### Fuzzy search