delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Mon, 18 Mar 2002 15:43:25 +0100 |
From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
X-Mailer: | The Bat! (v1.54 Beta/45) Business |
Reply-To: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
Organization: | Esse keine toten Tiere |
X-Priority: | 3 (Normal) |
Message-ID: | <8110857372.20020318154325@familiehaase.de> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: copying and pasting in rxvt |
In-Reply-To: | <20020318102857.GA8602@tuxedo.skovlyporten.dk> |
References: | <007a01c1ce22$b47486b0$b4546f9c AT tw304h3> |
<20020318102857 DOT GA8602 AT tuxedo DOT skovlyporten DOT dk> | |
MIME-Version: | 1.0 |
Lars, Montag, 18. März 2002 15:37:33, du schriebst: >> How can I get copying and pasting to work in rxvt like it does under X? I >> want to be able to slect text with the left button and paste it with the >> middle button ("emulated" actually: I just press both left and right buttons >> at the same time). I used to have it work on my other computer (laptop). The >> setup seems to be identical, but it doesn't work now. > Try putting: > "\e[2~": paste-from-clipboard > in your .inputrc. But this belongs to the 'insert' key on the keyboard. Cut&Paste with mouse is built in rxvt, double-click/triple-click to copy word/line to the clipboard, left click somewhere and following right-click to mark the whole area (and immediately copit to the clipboard) and <shift-left-click> to paste (or <insert> with the above entry in .inputrc) And while editing .inputrc, consider to add some more goodies: $ cat .inputrc # This file is read by the 'readline' library # (the library which bash uses for its command- # line editing facility) # Make Home work "\e[7~": beginning-of-line # Make End work "\e[8~": end-of-line # Make Delete work "\e[3~": delete-char # make Insert work "\e[2~": paste-from-clipboard Gerrit -- $ make signature make: *** No rule to make target `signature'. Stop. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |