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 fbf :FzfBuffers noremap fm :FzfHistory noremap ft :FzfBTags noremap fT :FzfTags noremap fa :FzfAg noremap fr :FzfRg noremap fc :FzfCommands noremap fgc :FzfCommits noremap fgbc :FzfBCommits noremap fl :FzfLines