# fzf(Fuzzy Finder)

<https://github.com/junegunn/fzf>

这是一个超快的文件路径模糊搜索工具，功能就像`Sublime Text`的`ctrl+p`,输入`acacrb`就能搜索出文件`app/controller/application_controller.rb`

## 安装

```bash
brew install fzf
```

## Vim支持fzf

{% code title="\~/.vimrc" %}

```
set rtp+=/usr/local/opt/fzf
" 设置快捷键\+f开启搜索
map <Leader>f :FZF<CR>
```

{% endcode %}

![](/files/-LAZ4MFsrCk3h_ovkNLO)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.tanmer.cn/gong-ju-ruan-jian/fzf-fuzzy-finder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
