mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
docs(fzf): improved documentation
This commit is contained in:
parent
1ed17ac052
commit
1b3bee0744
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue