Joined December 2011
·
Posted to
Vim: Edit Files that Grep finds
over 1 year
ago
oelmekki, that's definitely an improvement! I was using this grep/vim combination this week for specific case, but using "-r" would make it a lot more general.
Achievements
527 Karma
31,468 Total ProTip Views
Forked 20
Have an established project that's been forked at least 20 times
Honey Badger
Have at least one original Node.js-specific repo
Mongoose 3
Have at least three original repos where Ruby is the dominant language
T-Rex 3
Have at least three original repos where C is the dominant language
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
prognostikos, great idea! then you could flip through back and forth through the files with
:cnext
and:cprev
. I knew there was a way to do this internally to vim, but my current working directory is always something else when I think to try the internal grep.