Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!samsung!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!uunet!mcsun!hp4nl!kunivv1!root From: root@kunivv1.sci.kun.nl (Privileged Account) Newsgroups: comp.unix.questions Subject: Re: vi (ex mode) command... Summary: it is called :put Keywords: ex, :yank, :put Message-ID: <1627@kunivv1.sci.kun.nl> Date: 31 May 90 15:38:09 GMT References: <315@nwnexus.WA.COM> Organization: University of Nijmegen, The Netherlands Lines: 19 In article <315@nwnexus.WA.COM> michael@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@cs.kun.nl