I like the ci" feature in Vim, especially how you can type ci" from *outside* a quoted string.
Vim figures out that I want to change the contents of the first quoted string on the line. But, Vim only does this for single quotes and double quotes. Why is that? For example, if my cursor is at ">" below, and I type ci" then this: >He said "Hello World" becomes this: He said "" But, if I have this line: >He said (Hello World) and I type ci( to change the contents of the parens, the cursor remains at the start of the line. Can I get Vim to treat parens, "<" etc the same as it does with quotes when the cursor is outside the quotes?. Thanks, --Nate -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
