How to exclude results from fzf.vim search

4k views Asked by At

I use fzf.vim a lot in my work, though don't know how to exclude incorrect lines from search results. Here is an example of the problem I have.

I need to find every model.search_views occurrence, but get also model.search_views_smth occurrence also. How to exclude the last one from results?

It seems to be obvious, but I spent a lot of time and didn't find the answer to my question.

1

There are 1 answers

1
Myroslav Hryshyn On BEST ANSWER

I found the Search syntax section in the official fzf docs to be helpful.