Skip to content
Shuai YUAN edited this page May 29, 2015 · 1 revision

Tip 26: Append after a Ragged Visual Block

Return to the top: <>

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.

Table of Contents


Clone this wiki locally