vi (ex mode) command...

Privileged Account root at kunivv1.sci.kun.nl
Fri Jun 1 01:38:09 AEST 1990


In article <315 at nwnexus.WA.COM> michael at nwnexus.UUCP (Michael Shemet) writes:
>Anyone know what the ex mode command for inserting the text from buffer 'a'
>in vi is? I can do this in visual mode IE 'put' the text from buffer 'a' with
>"ap ... I can also yank the text in ex mode with:
>
>:1,5y a

The command is

:put a

You can abbreviate it to

:pu a

but not to :p a, since :p abbreviates :print.

--
Hans Mulder	hansm at cs.kun.nl



More information about the Comp.unix.questions mailing list