summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 6ffe8bee..07928b72 100644
--- a/README.md
+++ b/README.md
@@ -220,16 +220,9 @@ 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:
-> ```sh
-> # bash
-> FZF_ALT_C_COMMAND= eval "$(fzf --bash)"
->
-> # zsh
-> FZF_ALT_C_COMMAND= eval "$(fzf --zsh)"
->
-> # fish
-> fzf --fish | FZF_ALT_C_COMMAND= source
-> ```
+> * 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