Vim: Useful text objects and motions

Flashcard 3 of 7

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.

  1. c - change (delete target and enter insert mode)
  2. i" - inner (or "inside"), quotation marks
Return to Flashcard Results