From 7e344ceb855e8a5e2c569f7f2fcc1ebdddd28cd5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 17 Mar 2024 16:21:07 +0900 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07928b7..3e3ce49 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