diff --git a/README.md b/README.md index a129af2..e0569c1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ * [tmux](https://github.com/tmux/tmux) * [zsh](https://github.com/zsh-users/zsh) * [neovim](https://github.com/neovim/neovim) +* [fzf](https://github.com/junegunn/fzf) ## Setup diff --git a/vimrc b/vimrc index c676a1a..96822f9 100644 --- a/vimrc +++ b/vimrc @@ -8,7 +8,8 @@ Plug 'joshdick/onedark.vim' " keepers Plug 'airblade/vim-gitgutter' Plug 'atomaka/ZoomWin' " vim-scripts not up to date -Plug 'ctrlpvim/ctrlp.vim' +Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } +Plug 'junegunn/fzf.vim' Plug 'ntpeters/vim-better-whitespace' Plug 'rbgrouleff/bclose.vim' Plug 'tpope/vim-endwise' @@ -104,6 +105,9 @@ map Y y$ vnoremap > >gv vnoremap < :Files + " ZoomWin nmap z ZoomWin