From 5e47ab94318a0a43b253bd09b5a18ef61cd7de1b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 21 Mar 2024 12:35:52 +0900 Subject: [PATCH] README: Mention that you can source individual script files --- README.md | 9 ++++++--- 1 file 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