Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display multiple matches #18

Open
davidsoergel opened this issue Feb 11, 2013 · 5 comments
Open

Display multiple matches #18

davidsoergel opened this issue Feb 11, 2013 · 5 comments

Comments

@davidsoergel
Copy link

This plugin is really great-- and could be even greater (imho) if it could display a navigable menu of matching history items instead of one at a time-- something like the "kill" completion menu.

See also http://stackoverflow.com/questions/13613698/zsh-history-completion-menu

Thanks!

@sunaku sunaku changed the title Display multiple matches (feature request) Display multiple matches Mar 22, 2015
@gezalore
Copy link
Contributor

gezalore commented Dec 10, 2016

I have an experimental version of this at gezalore/zsh-history-substring-search@menu-experiment which I have been using for the past 6 months, it need some polish but might be a good starting point.
Issues in particular:

  • the menu is drawn entirely in POSTDISPLAY, is there a better way to provide a menu in zsh?
  • the patch tries to colour the diff between consecutive results and depends on Python to compute the diff

@gezalore
Copy link
Contributor

Implemented in #79

@devssh
Copy link

devssh commented Jan 10, 2018

It's not working in MacOSX High Sierra...

@qoomon
Copy link
Contributor

qoomon commented Jan 10, 2018

have look at fzf and zsh integration

@devssh
Copy link

devssh commented Jan 10, 2018

Yes the fzf integration solved the problem! I had to add plugin - fzf

Might I add most of the zsh-users repositories are really good, life is so much better with autocomplete and syntax highlighting! Thank you for everything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants