Is there a way to search multiple lines at once in Vim? I remember reading somewhere that this is possible, but somehow forgot the technique.
So, for example, I have a text file, and I want to search for "foo" and "bar" at the same time (not necessarily as one line, maybe in different lines in general).
How do I achieve this?
vim search vi
Aj.
source share