RE: Bash cut and paste

2003-03-25 Thread [EMAIL PROTECTED]
Original Message: - >From: Gary Ash [EMAIL PROTECTED] >Date: Tue, 25 Mar 2003 10:25:19 -0500 >To: [EMAIL PROTECTED] >Subject: Bash cut and paste > > >Hi, > >Could somebody point me to something that will allow me to setup Bash cut >and paste to the Windows Ctrl+C, Ctrl+V set? (or

Re: Bash cut and paste

2003-03-25 Thread Thorsten Kampe
* Gary Ash (03-03-25 16:25 +0100) > Could somebody point me to something that will allow me to setup Bash cut > and paste to the Windows Ctrl+C, Ctrl+V set? (or something near that) I've > checked the faq but I guess the terms I'm using to search are wrong. Probably because it's not Cygwin related

Re: Bash cut and paste

2003-03-25 Thread Ronald Landheer-Cieslak
Personally, I use rxvt, which allows me to select anything in the console and paste it anywhere else (selection == copying - no hotkeys needed) and use Shift-Ins to paste.. (or the middle mouse button, of course) HTH rlc NB: rxvt is a Cygwin package, of course On Tue, 25 Mar 2003, Gary Ash wro