From owner-cvs-all Tue Apr 18 0:34: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 10D2537BB43; Tue, 18 Apr 2000 00:33:51 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id AAA09734; Tue, 18 Apr 2000 00:32:32 -0700 (PDT) (envelope-from dillon) Date: Tue, 18 Apr 2000 00:32:32 -0700 (PDT) From: Matthew Dillon Message-Id: <200004180732.AAA09734@apollo.backplane.com> To: Nate Williams Cc: Archie Cobbs , fullermd@linkfast.net (Matthew Fuller), jeroen@vangelderen.org (Jeroen C. van Gelderen), asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/tcsh - Imported sources References: <20000416185507.B43688@linkfast.net> <200004180001.RAA28074@bubba.whistle.com> <200004180040.SAA10133@nomad.yogotech.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> What do people think of adding this to the default .cshrc :> :> bindkey ^W backward-delete-word : :YUCK!! : :> This makes input more consistent with the standard tty driver. :> Instead of deleting the entire line, ^W just deletes the previous word. :> I always end up having to do this. : :Control W is supposed to delete the line. At least, that's how it's :been for me, but I've been using tcsh since before FreeBSD. :) : :Nate Heh heh. I'm used to ^W deleting a word. Having it delete a whole line is kinda useless, there are a thousand other ways to do that (like hitting ^C, for example). I always hate it when ^W in tcsh deletes the line but ^W in the tty line driver (type 'cat' or 'csh' and mess around with ^W) deletes only a word. I presume nobody has any complaints about putting the history bindings in: bindkey -k up history-search-backward bindkey -k down history-search-forward -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message