Re: paste into vim

2009-01-23 Thread Dave Steenburgh
On Fri, Jan 23, 2009 at 11:03 AM, Andrew DeFaria wrote: > Dave Korn wrote: >>> >>> If you didn't get an insert key then you got ripped off however I think >>> you may just be looking in the wrong place, By Logitiech Y-SZ49 did you mean >>> this one: http://cafe.mobil.hr/showthread.php?t=49534 ? Be

Re: paste into vim

2009-01-23 Thread Andrew DeFaria
Dave Korn wrote: If you didn't get an insert key then you got ripped off however I think you may just be looking in the wrong place, By Logitiech Y-SZ49 did you mean this one: http://cafe.mobil.hr/showthread.php?t=49534 ? Because if you did I see an insert key there, right below prt scrn. Nah,

Re: paste into vim

2009-01-22 Thread Andy Koppe
DaveK wrote: > Nah, there's a different model where for some completely nutso > reason they decided to get rid of the Ins. key so they could have a > double-height Del. instead! Here's another such abomination, from the evil empire itself: http://www.itmedia.co.jp/news/0309/04/l_ms001.jpg Note

Re: paste into vim

2009-01-22 Thread Dave Korn
Andrew DeFaria wrote: > Dave Steenburgh wrote: >> On Wed, Jan 21, 2009 at 10:35 AM, Andrew DeFaria wrote: >>> Dave Steenburgh wrote: On Tue, Jan 20, 2009 at 4:54 AM, Morche Matthias wrote: > or press Shift-Insert ... What about keyboards that don't have an insert key? (Unfortunately >

Re: paste into vim

2009-01-22 Thread Andrew DeFaria
Dave Steenburgh wrote: On Wed, Jan 21, 2009 at 10:35 AM, Andrew DeFaria wrote: Dave Steenburgh wrote: On Tue, Jan 20, 2009 at 4:54 AM, Morche Matthias wrote: or press Shift-Insert ... What about keyboards that don't have an insert key? (Unfortunately all too common these days.) I have yet

Re: paste into vim

2009-01-21 Thread Dave Steenburgh
On Wed, Jan 21, 2009 at 10:35 AM, Andrew DeFaria wrote: > Dave Steenburgh wrote: >> >> On Tue, Jan 20, 2009 at 4:54 AM, Morche Matthias >> wrote: >>> >>> or press Shift-Insert ... >> >> What about keyboards that don't have an insert key? (Unfortunately all too >> common these days.) > > I have ye

Re: paste into vim

2009-01-21 Thread Andrew DeFaria
Dave Steenburgh wrote: On Tue, Jan 20, 2009 at 4:54 AM, Morche Matthias wrote: or press Shift-Insert ... What about keyboards that don't have an insert key? (Unfortunately all too common these days.) I have yet to meet a keyboard that lacks one. Can you name a model? -- Andrew DeFaria

Re: paste into vim

2009-01-20 Thread ludo
Matt Wozniski a écrit : On Tue, Jan 20, 2009 at 4:43 AM, ludo wrote: Hi, how to paste in vim (not gvim) from clipboard ? I have two terminals (rxvt) In the first terminal, I select a text with the mouse (and I can see it in the windows clipboard via clipbrd.exe) In the second terminal, I

RE: paste into vim

2009-01-20 Thread Morche Matthias
> Subject: Re: paste into vim ... > > or press Shift-Insert ... > > > > What about keyboards that don't have an insert key? (Unfortunately > all too common these days.) middle-mouse-button -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: paste into vim

2009-01-20 Thread Dave Steenburgh
On Tue, Jan 20, 2009 at 4:54 AM, Morche Matthias wrote: > > or press Shift-Insert ... > What about keyboards that don't have an insert key? (Unfortunately all too common these days.) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/prob

Re: paste into vim

2009-01-20 Thread Matt Wozniski
On Tue, Jan 20, 2009 at 4:43 AM, ludo wrote: > Hi, > > how to paste in vim (not gvim) from clipboard ? > > I have two terminals (rxvt) > > In the first terminal, I select a text with the mouse (and I can see it in > the windows clipboard via clipbrd.exe) > > In the second terminal, I run vim, and I

Re: paste into vim

2009-01-20 Thread ludo
Morche Matthias a écrit : how to paste in vim (not gvim) from clipboard ? Hold down Shift while middle-clicking. or press Shift-Insert ... YES ! that's work thanks a lot -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

Re: paste into vim

2009-01-20 Thread ludo
Morche Matthias a écrit : how to paste in vim (not gvim) from clipboard ? Hold down Shift while middle-clicking. or press Shift-Insert ... in my configuration, [shift]+[middle-clicking] paste the "vim clipboard" not the windows clipboard (there is no difference between [middle-

RE: paste into vim

2009-01-20 Thread Morche Matthias
> > how to paste in vim (not gvim) from clipboard ? > > Hold down Shift while middle-clicking. or press Shift-Insert ... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

Re: paste into vim

2009-01-20 Thread Andy Koppe
> how to paste in vim (not gvim) from clipboard ? Hold down Shift while middle-clicking. Vim activates application mouse mode, which means clicks go to vim rather than to the terminal that normally does the paste from the clipboard. Shift overrides that. Andy -- Unsubscribe info: http://cy

paste into vim

2009-01-20 Thread ludo
Hi, how to paste in vim (not gvim) from clipboard ? I have two terminals (rxvt) In the first terminal, I select a text with the mouse (and I can see it in the windows clipboard via clipbrd.exe) In the second terminal, I run vim, and I want to paste the selected text I try the command "*p but