How does one escape backslashes and forward slashes in VIM find/search?
- by stormist
For instance, if I wanted to a find and replace with strings containing backward or forward slashes, how would this be accomplished in vim? Thank you!
Examples
Find & Replace is : :%s/foo/bar/g
what if I wanted to find all occurences of <dog/> and replace it with <cat\>