X-Spam-Check-By: sourceware.org From: "Gary R. Van Sickle" To: "'G.W. Haywood'" , 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 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0019_01C6C870.AB7F0B00" X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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--