From 47a3bf1dfbfbf439a93c515e69d2ef8d24cb46d5 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 17 Oct 2017 23:46:48 -0400 Subject: [PATCH] Swap ctrlp to fzf for faster fuzzy finds --- README.md | 1 + vimrc | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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