From 88d31df5ecbc56865604b16828eb71ed2841db9e Mon Sep 17 00:00:00 2001 From: hau Date: Thu, 22 Oct 2020 15:38:51 +0700 Subject: [PATCH] better fzf --- Applications/Essential/fzf.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Applications/Essential/fzf.md b/Applications/Essential/fzf.md index 7308bbd..eaf61ba 100644 --- a/Applications/Essential/fzf.md +++ b/Applications/Essential/fzf.md @@ -1,5 +1,7 @@ # [fzf](https://github.com/junegunn/fzf) +Should install using git. + Add to `~/.bashrc`, `~/.zshrc`: ```bash @@ -16,3 +18,9 @@ export FZF_DEFAULT_OPTS='--color light' | -------- | ------------------------------------ | | `CTRL-T` | search through files and directories | | `CTRL-R` | search though command-line history | + +Add to `~/.vimrc`, `~/.config/nvim/init.vim`: + +```vim +set rtp+=~/.fzf +```