Vi: Search for lines containing string1 as well as string2 -


i know how search single expression. how combine two?

/string1 & string2 

you'd use .*string1\&.*string2

http://vim.wikia.com/wiki/search_patterns has many tips, @ least vim.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -