mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
@@ -71,6 +71,12 @@ so you can omit it if you use a plugin manager that doesn't support hooks.
|
||||
- `Ag` requires [The Silver Searcher (ag)][ag]
|
||||
- `Rg` requires [ripgrep (rg)][rg]
|
||||
- `Tags` and `Helptags` require Perl
|
||||
- `Tags PREFIX` requires `readtags` command from [Universal Ctags](https://ctags.io/)
|
||||
|
||||
```sh
|
||||
# Installing dependencies using Homebrew
|
||||
brew install fzf bat ripgrep the_silver_searcher perl universal-ctags
|
||||
```
|
||||
|
||||
Commands
|
||||
--------
|
||||
@@ -87,7 +93,7 @@ Commands
|
||||
| `:RG [PATTERN]` | [rg][rg] search result; relaunch ripgrep on every keystroke |
|
||||
| `:Lines [QUERY]` | Lines in loaded buffers |
|
||||
| `:BLines [QUERY]` | Lines in the current buffer |
|
||||
| `:Tags [QUERY]` | Tags in the project (`ctags -R`) |
|
||||
| `:Tags [PREFIX]` | Tags in the project (`ctags -R`) |
|
||||
| `:BTags [QUERY]` | Tags in the current buffer |
|
||||
| `:Changes` | Changelist across all open buffers |
|
||||
| `:Marks` | Marks |
|
||||
|
||||
Reference in New Issue
Block a user