conf2/zsh/.oh-my-zsh/plugins/fzf
vincent 341b34f8fa Revert "add powerlevel10k"
This reverts commit 537a63d601.
2020-06-11 16:59:30 +02:00
..
fzf.plugin.zsh Revert "add powerlevel10k" 2020-06-11 16:59:30 +02:00
README.md add oh-my-zsh to local user config 2019-01-12 16:47:23 +01:00

fzf

This plugin enables junegunn's fzf fuzzy auto-completion and key bindings

# Set fzf installation directory path
export FZF_BASE=/path/to/fzf/install/dir

# Uncomment the following line to disable fuzzy completion
# export DISABLE_FZF_AUTO_COMPLETION="true"

# Uncomment the following line to disable key bindings (CTRL-T, CTRL-R, ALT-C)
# export DISABLE_FZF_KEY_BINDINGS="true"

plugins=(
  ...
  fzf
)