How in vim/vi can I search for all lines that contain string1 and string2, where either string can appear anywhere on the line separated by whitespace and possibly other words?
I would also like to know how to do this using the less pager search (/).
:set hlsearch incsearch
– Rahul Patil Aug 7 at 16:08