Let's say I have the following text:
"test 1
test 2
test 3"
I want to select everything between the quotes. I have used vi", but it does not work, it works only when the text is on a single line. On the other hand when when I have something like this:
(test1,
test 2)
and I type vi(
it selects the entire text.
Any pointers would be greatly appreciated. Thanks