Mail Archives: cygwin/2006/08/25/19:02:56
------=_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 -