8000 GitHub - soonick/grepfrut: Vim plugin to search for a string in multiple files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

soonick/grepfrut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Grepfrut

Grepfrut is a Vim plugin to search for a string on multiple files (grep). Just use the Gf command followed by the string to search:

:Gf blue car

To do a case insensitive search:

:Gfi blue car

Configurations

To make Grepfrut always ignore some files, use the g:grepfrut_global_exclude option:

let g:grepfrut_global_exclude = '.*(node_modules|\.next|\.git).*'

About

Vim plugin to search for a string in multiple files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0