summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-03-17 16:21:07 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-03-17 16:21:07 +0900
commit7e344ceb855e8a5e2c569f7f2fcc1ebdddd28cd5 (patch)
tree0fd96aea9a5c14f2c046e13c0b8287968151ab8d
parent0145b82ea03734201daff6b2c6c67e3e0ce34fe4 (diff)
Update README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07928b72..3e3ce499 100644
--- a/README.md
+++ b/README.md
@@ -220,9 +220,11 @@ Add the following line to your shell configuration file.
> You can disable CTRL-T or ALT-C binding by setting `FZF_CTRL_T_COMMAND` or
> `FZF_ALT_C_COMMAND` to an empty string when sourcing the script.
> For example, to disable ALT-C binding:
+>
> * bash: `FZF_ALT_C_COMMAND= eval "$(fzf --bash)"`
> * zsh: `FZF_ALT_C_COMMAND= eval "$(fzf --zsh)"`
> * fish: `fzf --fish | FZF_ALT_C_COMMAND= source`
+>
> Setting the variables after sourcing the script will have no effect.
### As Vim plugin