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 "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -