Creating a title
- Suppose you have a text document where you want to create ASCII-art titles. This can be done like so:
- Write the line which you want to title.
- Type
yy. (to copy the line) - Type
p(to paste it). - Move down one line -
jor<Down> - Type:
:s!.!-!g