From owner-freebsd-questions Tue Jul 16 13:41:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91F237B400 for ; Tue, 16 Jul 2002 13:41:30 -0700 (PDT) Received: from melete.ch.intel.com (chfdns02.ch.intel.com [143.182.246.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A85E43E64 for ; Tue, 16 Jul 2002 13:41:29 -0700 (PDT) (envelope-from pavan.balaji@intel.com) Received: from fmsmsxvs042.fm.intel.com (fmsmsxvs042.fm.intel.com [132.233.42.128]) by melete.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.42 2002/05/23 22:21:11 root Exp $) with SMTP id g6GKfSa19420 for ; Tue, 16 Jul 2002 20:41:28 GMT Received: from FMSMSX018.fm.intel.com ([132.233.42.197]) by fmsmsxvs042.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002071613421300649 ; Tue, 16 Jul 2002 13:42:13 -0700 Received: by fmsmsx018.fm.intel.com with Internet Mail Service (5.5.2653.19) id <3WZGJ4JW>; Tue, 16 Jul 2002 13:41:27 -0700 Message-ID: <3D386AED1B47D411A94300508B11F18703BC5BC2@fmsmsx116.fm.intel.com> From: "Balaji, Pavan" To: "Balaji, Pavan" , "'Roger P. Johnson'" Cc: freebsd-questions@FreeBSD.ORG Subject: RE: tcsh: list of all files when pressing tab Date: Tue, 16 Jul 2002 13:41:22 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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