October 2012
346 pages
7h 40m
English
| Tip 26 | Append After a Ragged Visual Block |
Visual-Block mode is great for operating on rectangular chunks of code such as lines and columns, but it’s not confined to rectangular regions of text.
We’ve already met this snippet of JavaScript:
| the_vim_way/2_foo_bar.js | |
| | var foo = 1 |
| | var bar = 'a' |
| | var foobar = foo + bar |
Three consecutive lines, each of different length. We want to append a semicolon at the end of each. In Tip 2, we solved this problem using the dot command, but we could just as well use Visual-Block mode. Table 8, Appending a Semicolon to Multiple Lines in Visual-Block Mode shows how.
| Keystrokes | Buffer Contents | ||||
|---|---|---|---|---|---|
|
{start} Normal mode |
|
Read now
Unlock full access