We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you don't like the default arguments to a grep tool or you want to add a new one, just add/replace the key to g:grepper:
g:grepper
let g:grepper = { \ 'tools': ['pt', 'git'], \ 'pt': { \ 'grepprg': 'pt --nocolor --nogroup', \ 'grepformat': '%f:%l:%m', \ 'escape': '\+*^$()[]', \ }}