Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 13:41:22 -0700
From:      "Balaji, Pavan" <pavan.balaji@intel.com>
To:        "Balaji, Pavan" <pavan.balaji@intel.com>, "'Roger P. Johnson'" <rjohnson@hirshfields.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: tcsh: list of all files when pressing tab
Message-ID:  <3D386AED1B47D411A94300508B11F18703BC5BC2@fmsmsx116.fm.intel.com>

next in thread | raw e-mail | index | archive | help

What's the bash equivalent for "bindkey"?


Pavan Balaji,
Intel Corporation

    "Only the Paranoid Survive"  --  Andy Grove


> -----Original Message-----
> From: Balaji, Pavan [mailto:pavan.balaji@intel.com]
> Sent: Tuesday, July 16, 2002 3:26 PM
> To: 'Roger P. Johnson'
> Cc: freebsd-questions@FreeBSD.ORG
> Subject: RE: tcsh: list of all files when pressing tab
> 
> 
> 
> Is there somewhere I can get the key names to use with bindkey?
> 
> 
> Pavan Balaji,
> Intel Corporation
> 
>     "Only the Paranoid Survive"  --  Andy Grove
> 
> 
> > -----Original Message-----
> > From: Roger P. Johnson [mailto:rjohnson@hirshfields.com]
> > Sent: Tuesday, July 16, 2002 3:00 PM
> > Cc: freebsd-questions@FreeBSD.ORG
> > Subject: Re: tcsh: list of all files when pressing tab
> > 
> > 
> > Try this in your .tcshrc file:
> > 
> >      set autolist
> >      bindkey -v
> >      bindkey ^F complete-word-fwd
> >      bindkey ^b complete-word-back
> > 
> > This allows you to:
> >   You can do the auto-complete via tab.
> >   You can get a list of the matching files.
> >   You can cycle through the list forward by doing ctl-f
> >   You can cycle through the list backards by doing ctl-b
> > 
> > This sets your command line editing to vi style. You can also 
> > set it to 
> > emacs style.
> > 
> > -Roger
> > 
> > Pascal Giannakakis wrote:
> > 
> > > Hi, 
> > >  
> > > in tcsh i can type "/u" and press tab to autocomplete the 
> > path to "/usr/".
> > > However, 
> > > if there is more than one match, i would like to have a 
> > list of all possible
> > > path's. 
> > > I know this from linux. What is this feature called and how 
> > do i enable it?
> > > thx! 
> > >  
> > > 
> > > 
> > 
> > 
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> > 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D386AED1B47D411A94300508B11F18703BC5BC2>