RE: tcsh: list of all files when pressing tab

2002-07-16 Thread Balaji, Pavan
7;Roger P. Johnson' > Cc: [EMAIL PROTECTED] > 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&

RE: tcsh: list of all files when pressing tab

2002-07-16 Thread Balaji, Pavan
; Cc: [EMAIL PROTECTED] > 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 c

Re: tcsh: list of all files when pressing tab

2002-07-16 Thread Roger P. Johnson
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