``<tt>p</tt>" Put Buffer



next up previous contents
Next: ``u;; Undo Up: ``vi;; Visual Editor Previous: ``dd;; Delete Line

``p" Put Buffer

When a line is deleted with dd (num dd), these lines are copied into a special buffer. p will put that buffer after the current line.

Note that the contents of that buffer are not erased; they can be put (recovered) as many times as desired.



Super-User
Fri Feb 17 15:55:40 EST 1995