On Wed, May 25, 2005 at 02:50:24PM +0100, RICHARD PITMAN wrote:
> Is there a quick way to insert the contents of a
> buffer at the end of a line without having to move the
> cursor there explicitly (equivalent to "ma$p`a")
You could setup a mapping to do that for you:
:nmap <Leader>p ma$p`a
:help :nmap
:help <Leader>
There's no command (as far as I know) to paste somewhere other than the
cursor, though.
James
--
GPG Key: 1024D/61326D40 2003-09-02 James Vega <
[hidden email]>