" if executable('fzf') && get(g:, 'loaded_fzf_vim', 0) == 1 " let g:fzf_command_prefix = 'Fzf' " " command! -bang -nargs=* FzfRg " \ call fzf#vim#grep( " \ 'rg --hidden --column --line-number --no-heading --color=always --smart-case --glob !.git -- '.shellescape(), 1, " \ fzf#vim#with_preview(), 0) " " noremap ff :FzfFiles " noremap fgf :FzfGFiles " noremap fb :FzfBuffers " noremap fm :FzfHistory " noremap ft :FzfBTags " noremap fT :FzfTags " noremap fa :FzfAg " noremap fr :FzfRg " noremap fc :FzfCommands " noremap fgc :FzfBCommits " noremap fgC :FzfCommits " noremap fl :FzfBLines " noremap fL :FzfLines " " packadd fzf.vim " endif