On 2007-03-13, Peng Yu <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Suppose I use p to paste something, the cursor always goes to the end
> of the pasted text. Is there any other key to paste will keep the
> cursor before the pasted text?

See

    :help `[

You could either type `[ after the p to move the cursor, or you 
could remap p like this

    :noremap p p`[

to have it behave that way all the time.

HTH,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | Mobile Broadband Division
                             | Spokane, Washington, USA

Reply via email to