Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 641 Bytes

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