Skip to content

bljordan/fzf-zsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

fzf-zsh

wrap fzf to use in oh-my-zsh

Note

Because fzf is conflict with zsh-autosuggestions, so this plugin only enable fzf key-bindings, such as Ctrl-T and Ctrl-R.

Usage

  1. 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
  2. install fzf-zsh to oh-my-zsh custom plugins directory

    git clone https://github.com/Treri/fzf-zsh.git ${ZSH}/custom/plugins/fzf-zsh
  3. add fzf-zsh in your ~/.zshrc plugins list

    plugins=(... fzf-zsh ...)

About

wrap fzf to use in oh-my-zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%