m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Update extra bash completion example

This commit is contained in:
Junegunn Choi
2017-05-25 19:09:04 +09:00
parent 3a5086796d
commit 21d664d670

View File

@@ -374,8 +374,8 @@ On bash, fuzzy completion is enabled only for a predefined set of commands
commands as well like follows.
```sh
# There are also _fzf_path_completion and _fzf_dir_completion
complete -F _fzf_file_completion -o default -o bashdefault doge
complete -F _fzf_path_completion -o default -o bashdefault ag
complete -F _fzf_dir_completion -o default -o bashdefault tree
```
Vim plugin