fzf/shell
Junegunn Choi 5095899245
[bash-completion] Add _fzf_setup_completion to enable fuzzy completion
While we can attach `_fzf_path_completion` or `_fzf_dir_completion` to
any command using the standard bash complete command, the functionality
of the existing completion function is lost.

Use _fzf_setup_completion if you want to extend the existing function
with fuzzy completion instead of completely replacing it.

e.g. _fzf_setup_completion path kubectl
2019-08-08 15:35:52 +09:00
..
completion.bash [bash-completion] Add _fzf_setup_completion to enable fuzzy completion 2019-08-08 15:35:52 +09:00
completion.zsh [zsh-completion] Suppress "no matches found" message 2019-03-14 01:10:51 +09:00
key-bindings.bash [bash] Make sure to execute builtin history 2019-06-03 18:46:01 +09:00
key-bindings.fish [fish] Remove perl from fish key bindings (#1635) 2019-07-13 14:47:51 +09:00
key-bindings.zsh [zsh] Fix multiline prompt issue with 'zle reset-prompt' (#1397) 2018-10-05 10:56:26 +09:00