How to make history search mode don't display when empty? #695
Unanswered
vunhatchuong
asked this question in
Q&A
Replies: 1 comment
-
zstyle ':autocomplete:*' default-context history-incremental-search-backward
zstyle ':autocomplete:history-incremental-search-backward:*' min-input 1
Not at present. Feel free to open a feature request for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm unable to combine
zstyle ':autocomplete:*' default-context history-incremental-search-backward
andzstyle ':autocomplete:*' ignored-input ''
.My goal is to not show the history search list when I haven't typed anything yet.

This is supposed to not display the history.
Also is there a way to change the pattern matching highlight color during history search?
Beta Was this translation helpful? Give feedback.
All reactions