In Vim, this is a quick 3-character command to change what's inside the current line (like ci, for example), but is there an easy way to change what type of quotation marks are currently surrounding the cursor?
Sometimes I need to switch from "blah" to "" blah "or" blah "to" blah "(in the Python source code), and I would ideally want to do this quickly using the default keyword bindings.
source
share