Skip to content

Commit

Permalink
use rg instead of ack
Browse files Browse the repository at this point in the history
  • Loading branch information
claytron committed Jun 23, 2020
1 parent c6abff3 commit de8263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ filetype plugin indent on " enables filetype specific plugins

" Grepper {{{2
" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
map /// :Grepper -tool ack<cr>
map /// :Grepper -tool rg<cr>
map // :Grepper -tool git<cr>
map cut :Grepper -tool branchd -highlight -query '\b(TODO\|XXX\|HACK\|FIXME\|NOTE)\b'<cr>
Expand Down

0 comments on commit de8263d

Please sign in to comment.