zsh-vi-mode
zsh-vi-mode copied to clipboard
Incremental history preview
General information
- alacritty 0.9.0 (fed349aa)
- linux 5.14.12-arch1-1
- zsh 5.8 (without framework)
- ZVM 0.8.4-1
Basic examination
- [x] I have read through the README page
- [x] I have the latest version of zsh-vi-mode
- [ ] I have tested with another terminal program
Problem description
/
does not show results incrementally.
Reproduction steps
- Use
/
and compare it to usingCTRL-r
without ZVM
Expected behavior
I would expect /
to behave like CTRL-r
or as if incsearch
was enabled in ViM or at least provide a config option to enable that behaviour.
Hi @avorima
Thanks for your issue, I will work on this issue as soon as possible.
Thanks and Regards
How can you iterate over multiple matching results in case of /
search? In case with CTRL-r
search you can do:
-
CTRL-r
- enter search term
-
CTRL-r
to iterate over matching results.
It seems it could be related how the fix should be implemented.
Btw, do you need a hand with the fix?
What worked for me was simply sourcing https://github.com/joshskidmore/zsh-fzf-history-search after sourcing zvm.
I use a stripped-down version of zvm, so YMMV.