What's the fastest way to change the contents of a string surrounded by quotes, given this cursor position:
"Change this stuff in here"
ci"
is what you want.
c
- change (delete target and enter insert mode)i"
- inner (or "inside"), quotation marks