Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 19 Mar 2002 22:43:14 +0100
To: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Cc: cygwin@cygwin.com
Subject: Re: copying and pasting in rxvt
Message-ID: <20020319214314.GC24191@tuxedo.skovlyporten.dk>
References: <007a01c1ce22$b47486b0$b4546f9c@tw304h3> <20020318102857.GA8602@tuxedo.skovlyporten.dk> <8110857372.20020318154325@familiehaase.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <8110857372.20020318154325@familiehaase.de>
User-Agent: Mutt/1.3.27i
From: lars@segv.dk (Lars Munch)

On Mon, Mar 18, 2002 at 03:43:25PM +0100, Gerrit P. Haase wrote:
> 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

More goodies (for rxvt only):

# ctrl-left and ctrl-right
"\eOd" : backward-word
"\eOc" : forward-word

-- Lars Munch

--
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/

