diff options
author | Junegunn Choi <junegunn.c@gmail.com> | 2024-03-17 16:21:07 +0900 |
---|---|---|
committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-03-17 16:21:07 +0900 |
commit | 7e344ceb855e8a5e2c569f7f2fcc1ebdddd28cd5 (patch) | |
tree | 0fd96aea9a5c14f2c046e13c0b8287968151ab8d | |
parent | 0145b82ea03734201daff6b2c6c67e3e0ce34fe4 (diff) |
Update README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |