-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
Fuzzy Find / Search in all open buffers #1357
Comments
I think what you are looking for is the |
Yes this seems indeed to be what I needed! Thank you :) For reference this is what I did in my config: |
Well after some testing is seems that this is indeed the same as live_grep and not a fuzzy search. |
I have same question. |
Can someone test this PR #2039 For fuzzy find for word under cursor for all open files |
What I am missing:
In https://github.com/junegunn/fzf.vim there is a command:
:Lines [QUERY] Lines in loaded buffers
This is a fuzzy finder for all lines in all open buffers.
Solution
A similar alternative in telescope.
Describe alternatives you've considered
Currently I'm doing
:bufdo vimgrepadd pattern %
to populate the quickfix list with a pattern. Unfortunately this is not a fuzzy search.The text was updated successfully, but these errors were encountered: