5

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.

Myroslav Hryshyn
  • 716
  • 7
  • 18

1 Answers1

7

I've found an awesome section in off docs - https://github.com/junegunn/fzf#search-syntax. Maybe will be helpful for someone else.

Myroslav Hryshyn
  • 716
  • 7
  • 18