Wiki

by yszheda

View project onGitHub

Tip 26: Append after a Ragged Visual Block

Return to the top: <<Practical Vim>>

Example: appending a semicolon to multiple lines in visual-block mode

Vim's Conventions for "i" and "a" Keys

  • Switching from Normal to Insert mode: i/I/a/A.
  • Switching from Visual-block to Insert mode: I/A.
  • In Visual and Operator-Pending modes, the i and a form the first half of a text object.