better fzf

main
hau 2020-10-22 15:38:51 +07:00
parent 98a4aa324c
commit 88d31df5ec
1 changed files with 8 additions and 0 deletions

View File

@ -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
```