On 8/16/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:



gp  puts after the cursor, gP puts before the cursor.

When you want to paste at the front of the line, you want
gP, like 0gP. When you want to paste at the end of the
line, you'll want to use $gp.

So your command for yanking till end of line and appending
at end of line will be:
            y$$gp
*not* y$$gP. y$$gP would insert at the wrong place, 1 character before
end of line.

Yakov

Of course, you're right. Ignore my message, I got confused:)

Marius

Reply via email to