Hi vimmers,

I'm sure it has been brought up a couple of times but still I couldn't
find an answer to searching through multiple files in a convenient
way. What I would like vim to do is:

1. search only for keywords like the * command
2. easy way of jumping between matches like n and N for the * command
3. highlight matches like the * command
4. search all files recursively in the directory where the file
currently edited is located
5. only search no need for replacing

So basically I'm looking for a * command that would have an effect
across files. I'm aware of :grep but I couldn't get that to recognize
only keywords, it only does a plain grep.

Would this be possible with vim 6?

Reply via email to