summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-03-21 12:35:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-03-21 12:35:52 +0900
commit5e47ab94318a0a43b253bd09b5a18ef61cd7de1b (patch)
tree20dad4ca8d2ce7832d77474afe5b3fc3cf535540
parentec70acd0b9e65a5feb7d07d54eccc0be624559f0 (diff)
README: Mention that you can source individual script files
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3e3ce499..57912a0f 100644
--- a/README.md
+++ b/README.md
@@ -212,9 +212,12 @@ Add the following line to your shell configuration file.
```
> [!NOTE]
-> `--bash`, `--zsh`, and `--fish` options are only available in
-> fzf 0.48.0 or above. If you have an older version of fzf, refer to the
-> package documentation for more information. (e.g. `apt show fzf`)
+> `--bash`, `--zsh`, and `--fish` options are only available in fzf 0.48.0 or
+> later. If you have an older version of fzf, or want finer control, you can
+> source individual script files in the [/shell](/shell) directory. The
+> location of the files may vary depending on the package manager you use.
+> Please refer to the package documentation for more information.
+> (e.g. `apt show fzf`)
> [!TIP]
> You can disable CTRL-T or ALT-C binding by setting `FZF_CTRL_T_COMMAND` or