Buffers in command line?

2010-10-04 Thread Ven Tadipatri
Hi, I was wondering if there was a way to paste the contents of a buffer when in command line mode. For example, if I want to search for the word that I'm on, I was thinking of highlighting it in visual mode, yanking it into a buffer, then searching for what I yanked. Thanks, Ven -- You recei

Re: Buffers in command line?

2010-10-04 Thread Gary Johnson
On 2010-10-04, Ven Tadipatri wrote: > Hi, >I was wondering if there was a way to paste the contents of a > buffer when in command line mode. For example, if I want to search for > the word that I'm on, I was thinking of highlighting it in visual > mode, yanking it into a buffer, then searching

RE: Buffers in command line?

2010-10-04 Thread John Beckett
Ven Tadipatri wrote: >I was wondering if there was a way to paste the contents > of a buffer when in command line mode. For example, if I want > to search for the word that I'm on, I was thinking of > highlighting it in visual mode, yanking it into a buffer, > then searching for what I yanked.

Re: Buffers in command line?

2010-10-04 Thread sc
On Monday 04 October 2010 16:03:28 Ven Tadipatri wrote: > Hi, > I was wondering if there was a way to paste the contents of > a buffer when in command line mode. For example, if I want to > search for the word that I'm on, I was thinking of > highlighting it in visual mode, yanking it into a buf

Re: Buffers in command line?

2010-10-05 Thread Ven Tadipatri
On Mon, Oct 4, 2010 at 7:16 PM, sc wrote: > On Monday 04 October 2010 16:03:28 Ven Tadipatri wrote: > >> Hi, >>   I was wondering if there was a way to paste the contents of >> a buffer when in command line mode. For example, if I want to > > and i'm wondering if what you're really looking for he

Re: Buffers in command line?

2010-10-05 Thread Tim Chase
On 10/05/10 15:01, Ven Tadipatri wrote: Wow, that's great! I learned two new features of vim with one e-mail thread- using * and #, as well as how to paste buffer contents with ctrl+r. And hopefully you can also learn that the vim term is "registers", not "buffers" ;-) The right terminology

Re: Buffers in command line?

2010-10-05 Thread BC
> On 10/05/10 15:01, Ven Tadipatri wrote: > > > Wow, that's great! I learned two new features of vim with one > > e-mail thread- using * and #, as well as how to paste buffer > > contents with ctrl+r. > For what it's worth, if you don't mind using the mouse, you can also right click on a selectio

Re: Buffers in command line?

2010-10-07 Thread Ven Tadipatri
On Tue, Oct 5, 2010 at 9:14 PM, BC wrote: > > > For what it's worth, if you don't mind using the mouse, you can also > right click on a selection, choose "copy", then at the command line > use shift-insert to paste from the clipboard.  Sometimes that can be That doesn't work when using putty, bec