delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2006/08/25/19:02:56

X-Spam-Check-By: sourceware.org
From: "Gary R. Van Sickle" <g DOT r DOT vansickle AT worldnet DOT att DOT net>
To: "'G.W. Haywood'" <ged AT jubileegroup DOT co DOT uk>, <cygwin AT cygwin DOT com>
Subject: RE: copying and pasting in the terminal window?
Date: Fri, 25 Aug 2006 18:02:45 -0500
Message-ID: <001801c6c89a$94551300$020aa8c0@DFW5RB41>
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <Pine.LNX.4.58.0608251048040.30510@mail3.jubileegroup.co.uk>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Note-from-DJ: This may be spam

------=_NextPart_000_0019_01C6C870.AB7F0B00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

> From: G.W. Haywood
> Sent: Friday, August 25, 2006 4:53 AM
> Subject: RE: copying and pasting in the terminal window?
> 
> Hi there,
> 
> 
> On Fri, 25 Aug 2006, Gary R. Van Sickle wrote:
> 
> > ...  The main trick is (or at least used to be) getting 
> your delete, 
> > home, end, etc keys working right, and I can send you my magical 
> > .initrc to take care of that post-haste.
> 
> Please cc me on that one, huh?  Or better, post it to the 
> list, my mailserver might block your ISP.
>

Ask and ye shall receive my good man!  I'm currently using the attached.  Be
sure though to check what gets installed by default - ISTR that at some
point at least some of this got into the distribution.

-- 
Gary R. Van Sickle
  

------=_NextPart_000_0019_01C6C870.AB7F0B00
Content-Type: application/octet-stream;
	name=".inputrc"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename=".inputrc"

# This file is read by the 'readline' library
# (the library which bash uses for its command-
# line editing facility)

# Make Delete work
"\e[3~": delete-char
# this is actually equivalent to "\C-?": delete-char

# VT
"\e[1~": beginning-of-line
"\e[4~": end-of-line

# kvt
"\e[H":beginning-of-line
"\e[F":end-of-line

# rxvt and konsole (i.e. the KDE-app...)
"\e[7~":beginning-of-line
"\e[8~":end-of-line

# Make Insert actually useful
"\e[2~": paste-from-clipboard

# Ignore case for the command-line-completion
# functionality.
set completion-ignore-case On

# Add a "/" at the end of a symlink-to-dir completion.
set mark-symlinked-directories on

------=_NextPart_000_0019_01C6C870.AB7F0B00
Content-Type: text/plain; charset=us-ascii

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
------=_NextPart_000_0019_01C6C870.AB7F0B00--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019