mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-02 20:18:31 +00:00
Update README
This commit is contained in:
parent
b4efe7aab7
commit
0145b82ea0
13
README.md
13
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
|
> 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.
|
> `FZF_ALT_C_COMMAND` to an empty string when sourcing the script.
|
||||||
> For example, to disable ALT-C binding:
|
> For example, to disable ALT-C binding:
|
||||||
> ```sh
|
> * bash: `FZF_ALT_C_COMMAND= eval "$(fzf --bash)"`
|
||||||
> # bash
|
> * zsh: `FZF_ALT_C_COMMAND= eval "$(fzf --zsh)"`
|
||||||
> FZF_ALT_C_COMMAND= eval "$(fzf --bash)"
|
> * fish: `fzf --fish | FZF_ALT_C_COMMAND= source`
|
||||||
>
|
|
||||||
> # 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.
|
> Setting the variables after sourcing the script will have no effect.
|
||||||
|
|
||||||
### As Vim plugin
|
### As Vim plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user