Yank Commands Modifying Commands Change Commands
Deleted or yanked texts can be put back into the buffer by the command below.
p |
Insert, after the character point is looking at, most recently
deleted/yanked text from anonymous register. Given a register name
argument, the content of the named register will be put back. Given a
count, the command will be repeated that many times. This command also
checks if the text to put back ends with a new line character, and if so
the text will be put below the current line ( |
P | Insert at point most recently deleted/yanked text from anonymous register.
Given a register name argument, the content of the named register will
be put back. Given a count, the command will be repeated that many times.
This command also checks if the text to put back ends with a new line
character, and if so the text will be put above the current line rather
than at point (vip-Put-back ).
|