wrap fzf to use in oh-my-zsh
Because fzf is conflict with zsh-autosuggestions
, so this plugin only enable fzf key-bindings, such as Ctrl-T and Ctrl-R.
-
install fzf to oh-my-zsh custom plugins directory
git clone https://github.com/junegunn/fzf.git ${ZSH}/custom/plugins/fzf ${ZSH}/custom/plugins/fzf/install --bin
-
install fzf-zsh to oh-my-zsh custom plugins directory
git clone https://github.com/Treri/fzf-zsh.git ${ZSH}/custom/plugins/fzf-zsh
-
add
fzf-zsh
in your ~/.zshrcplugins
listplugins=(... fzf-zsh ...)