Skip to content

Commit

Permalink
use silver searcher instead of fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
g-erson committed Feb 6, 2019
1 parent 12b976c commit ee1fa98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ vnoremap > >gv
vnoremap : :s/\%V
"============================= FZF bindings =================================
let $FZF_DEFAULT_COMMAND = 'ag -l -g ""'
nnoremap <C-p> :FZF<CR>
nnoremap <C-f> :Ag<CR>
let g:fzf_buffers_jump = 1
Expand Down

0 comments on commit ee1fa98

Please sign in to comment.