zsh-users / zsh-history-substring-search

🐠 ZSH port of Fish history search (up arrow)
2.61k stars 156 forks source link

Add: search prefix only #115

Closed SleepyBag closed 3 years ago

SleepyBag commented 3 years ago

Close #112

basilgood commented 3 years ago

I just checked this and it works perfectly. Why it's not merged yet ? Good job @SleepyBag

SleepyBag commented 3 years ago

Documentation added.

sunaku commented 3 years ago

NOTE: I have since renamed the configuration variable, in commit 4abed97b6e67eb5590b39bcd59080aa23192f25d:

Also rename HISTORY_SUBSTRING_SEARCH_PREFIX variable by adding "ED" suffix so that it reads more like a special mode of operation rather than an instruction to prepend a specified prefix to matched commands.