Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Envelope-Sender-Is: Andrej DOT Borsenkow AT mow DOT siemens DOT ru (at relayer goliath.siemens.de) Message-ID: <002701c067a5$156f3bd0$c9c9ca95@mw1g666c> From: "Andrej Borsenkow" To: "Earnie Boyd" , "Josifovski Ljubomir-BLJ01Z" , References: <20001215151546 DOT 13481 DOT qmail AT web116 DOT yahoomail DOT com> Subject: Re: Q: vim: clipboard? Date: Sun, 17 Dec 2000 00:13:33 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 ----- Original Message ----- From: "Earnie Boyd" To: "Josifovski Ljubomir-BLJ01Z" ; Sent: Friday, December 15, 2000 6:15 PM Subject: Re: Q: vim: clipboard? > --- Josifovski Ljubomir-BLJ01Z > wrote: > > > > Is anyone using vim? Have you found a way to use the * register (clipboard)? > > How? I understand these are gvim and windows vim features only. But maybe > > someone found a way to compile them into the cygwin binary... > > > > I believe that would require mouse support which isn't quite there yet. > However, it's being worked on. As a work around I use the edit menu of the > command window. Make sure that when you want to paste that you're in insert > mode first. I use NT4 and don't know if this work around exists for W9x/ME. > You do not need mouse support. "Clipboard" in Vim is just a normal register; you use yank or delete commands to place text into this register or put command to fetch text from this register. Mouse (if available) is used just to select text not to access clipboard. Assuming, that /dev/clipboard in Cygwin is working, it should not be very hard to add support for it to Vim.. I understand the original question was "How to access windows clipboard"? -andrej -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com