Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在工作中经常使用 fzf.vim,但不知道如何从搜索结果中排除不正确的行。这是我遇到的问题的一个例子。
我需要找到每一个model.search_views事件,但也要找到model.search_views_smth事件。如何从结果中排除最后一个?
model.search_views
model.search_views_smth
这似乎很明显,但我花了很多时间并没有找到我的问题的答案。
我在关闭文档中找到了一个很棒的部分 - https://github.com/junegunn/fzf#search-syntax。也许会对其他人有所帮助。