Hi,

I know in Bash the file completion can be set to provide a menu-list of
possible files.  This seems to be the default behaviour.  On the other hand,
I could add:

  bind 'TAB:menu-complete'

to my .bashrc which allows cycling through the list of completions.  But
these two options are mutually exclusive.

Is is possible to activate BOTH on the same key (tab)?  This is the default
behaviour in ZSH where the first tab will menu-list all the completions and
then the next tab starts cycling through the possible completions.  (I
already have 

  bind "set show-all-if-ambiguous on"

to make the menu appear on the first tab)

Regards,
Mithu

-- 
View this message in context: 
http://www.nabble.com/ZSH-like-command-line-completion-tp21314730p21314730.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.



Reply via email to