From owner-freebsd-questions Tue Jul 16 12:59:37 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 8185C37B400 for ; Tue, 16 Jul 2002 12:59:34 -0700 (PDT) Received: from mailhost.hirshfields.com (mailhost.hirshfields.com [63.226.159.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA3743E4A for ; Tue, 16 Jul 2002 12:59:33 -0700 (PDT) (envelope-from rjohnson@hirshfields.com) Received: from ultra.hirshfields.com (ultra.hirshfields.com [192.168.195.101]) by mailhost.hirshfields.com (8.11.4/8.11.4) with SMTP id g6GJxWe79807 for ; Tue, 16 Jul 2002 14:59:32 -0500 (CDT) Received: (qmail 218 invoked from network); 16 Jul 2002 19:59:23 -0000 Received: from rockford.hirshfields.com (HELO hirshfields.com) (192.168.195.251) by ultra.hirshfields.com with SMTP; 16 Jul 2002 19:59:23 -0000 Message-ID: <3D347B23.8000909@hirshfields.com> Date: Tue, 16 Jul 2002 14:59:31 -0500 From: "Roger P. Johnson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org Subject: Re: tcsh: list of all files when pressing tab References: <12880.1025866639@www20.gmx.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 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