Skip to content

Latest commit

 

History

History

fzf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fzf

fzf is a general-purpose command-line fuzzy finder.

I sometimes use it on the command line, but mostly use it with Vim.

Install

The latest install instructions are in the fzf repo, but below are my version for my config.

macOS with Homebrew

brew install fzf
$(brew --prefix)/opt/fzf/install \
  --key-bindings \
  --completion \
  --no-update-rc

via Git (for Ubuntu boxes)

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install \
  --key-bindings \
  --completion \
  --no-update-rc