docs(fzf): improved documentation

This commit is contained in:
Hanashiko 2025-05-24 10:00:47 +03:00
commit 1b3bee0744

View file

@ -1,13 +1,14 @@
# fzf # fzf
This plugin tries to find [junegunn's fzf](https://github.com/junegunn/fzf) based on where The `fzf` plugin automatically configures [fzf](https://github.com/hunegunn/fzf), a general-purpose command-line fuzzy finder. This plugin enables interactive fuzzy search, auto-completion, and key bindings for a more efficient shell experience.
it's been installed, and enables its fuzzy auto-completion and key bindings. It detects your platform and attempts to automatically source the necessart `fzf` scripts, enabling features like `CTRL-T`, `CTRL-R`, and `ALT-C`.
To use it, add `fzf` to the plugins array in your zshrc file: To use it, add `fzf` to the plugins array in your `.zshrc` file:
```zsh ```zsh
plugins=(... fzf) plugins=(... fzf)
``` ```
> Make sure you have `fzf` installed before enabling this plugin.
## Settings ## Settings