Vim motions I actually use

vim dev

Everyone shares the exotic ones. Here’s what I use daily:

  • ci" - change inside quotes
  • da( - delete around parentheses
  • >ip - indent paragraph
  • gqip - format paragraph to textwidth

The secret isn’t memorizing everything. It’s building muscle memory for your patterns.