§ Vim Cheat Sheet

§ Using :grep and friends

:grep 

§ sed matching syntax

§ vim motion mnemonics

§ vim unimpaired for loclist movement

§ vim-ninja-feet for motions using text objects

With it installed, add [ or ] between the operator and text object to specify which end you wish edit: press c ]i} to perform the edit you describe.
  • a): a parentheses block
  • i): inner parentheses block
  • a]: a bracketed block
  • i]: inner bracketed block
  • a}: a brace block
  • i}: inner brace block