vifm: Set rg as program to grep with
This commit is contained in:
parent
98892fbc89
commit
dc20b23b0a
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ set timeoutlen=5000
|
|||
" use fd instead of default find to make searching faster and more flexible
|
||||
set findprg='fd %A --hidden --exclude .git --exclude node_modules'
|
||||
|
||||
" Use ag (the silver searcher) instead of grep
|
||||
set grepprg='rg --line-number %i %a %s'
|
||||
|
||||
" }}}
|
||||
" Marks {{{
|
||||
" ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue