Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 17:21:27 -0500 (EST)
From:      Daniel Eischen <eischen@vigrid.com>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        Matt Dillon <dillon@earth.backplane.com>, Jon Parise <jon@csh.rit.edu>, Archie Cobbs <archie@dellroad.org>, freebsd-current@FreeBSD.ORG
Subject:   Re: proposed small change to .cshrc 
Message-ID:  <Pine.SUN.3.91.1010109172019.15800A-100000@pcnet1.pcnet.com>
In-Reply-To: <200101092203.f09M34G25565@mobile.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Jan 2001, Peter Wemm wrote:
> Matt Dillon wrote:
> > 
> > :On Tue, Jan 09, 2001 at 09:45:14AM -0800, Archie Cobbs wrote:
> > :
> > :> +	if ( `basename $SHELL` == "tcsh" ) then
> > :> +		bindkey ^W backward-delete-word
> > :> +	endif
> > :
> > :I generally test for tcsh like this:
> > :
> > :	if ( $?tcsh ) then
> > :		bindkey ^W backward-delete-word
> > :	endif
> > :
> > :-- 
> > :Jon Parise (jon@csh.rit.edu)  .  Rochester Inst. of Technology
> > 
> >     How about this:
> > 
> >     if ( $?tcsh ) then
> >         bindkey "^W" backward-delete-word
> >         bindkey -k up history-search-backward
> >         bindkey -k down history-search-forward
> >     endif
> 
> I was about to write a 'over my dead body' here, but I tried it out and
> discovered that the POLA (for tcsh users) is not too bad after all.  In
> fact, I think I will add this to my .tcshrc :-)

Just use bash ;-)

-- 
Dan Eischen


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.1010109172019.15800A-100000>