October 2015
Intermediate to advanced
356 pages
7h 54m
English
| Tip 27 | Meet Vim’s Command Line |
Command-Line mode prompts us to enter an Ex command, a search pattern, or an expression. In this tip, we’ll meet a selection of Ex commands that operate on the text in a buffer, and we’ll learn about some of the special key mappings that can be used in this mode.
Delete specified lines [into register x]
Yank specified lines [into register x]
Put the text from register x after the specified line
Copy the specified lines to below the line specified by {address}
Move the specified lines to below the line specified by {address}
Join the specified lines ...