Re: double quotes " problems
Hi, I searched for the forum for "quotes" and didn't get anything so I hope this isn't a dupe:
Commands involving " as a "range" don't seem to work correctly. For example, di" doesn't work to remove the text in a string like this: "blah blah blah". Neither does ci" work to change the text within the double quotes. This command works in Vim.
A command like di( or ci( works fine for modifying text within parenthesis func(something, something) however, so I think the problem is just with the quotes.
This is probably a pretty common operation so I'm surprised no one's posted about this yet. I've probably just not correctly searched for that post.