sorin-ionescu / prezto

The configuration framework for Zsh
MIT License
13.98k stars 4.49k forks source link

feat(history-substring-search): add `prefixed` setting #1957

Closed mritd closed 1 year ago

mritd commented 3 years ago

add HISTORY_SUBSTRING_SEARCH_PREFIXED env setting to allow search matched against the start of each history entry

Signed-off-by: mritd mritd@linux.com

mritd commented 3 years ago

@indrajitr I noticed that prezto refers to the v1.0.2 version of zsh-history-substring-search, but zsh-history-substring-search has been updated on the master branch, and it has not released a release version for a long time;

So, do we need to switch to the master branch?

mritd commented 2 years ago

Is there any progress?

indrajitr commented 2 years ago

We usually resist referencing untagged versions (master in this case) unless we absolutely have to. Awaiting resolution of zsh-users/zsh-history-substring-search#129.

brainsik commented 1 year ago

👋 v1.1.0 of zsh-history-substring-search was released a few weeks ago. Can we re-open this?

indrajitr commented 1 year ago

Reopening this as v1.1.0 of history-substring-search has been applied.

indrajitr commented 1 year ago

Cherrypicked in #2060. Thanks @mritd!