[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] What controls the behavior of TAB completion after *?
From: |
Geir Hauge |
Subject: |
Re: [Help-bash] What controls the behavior of TAB completion after *? |
Date: |
Sun, 19 Apr 2015 19:14:49 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Apr 19, 2015 at 09:36:33AM -0500, Peng Yu wrote:
> Hi, When I press TAB after *, it will only show the first match on one
> of my machine. But this is not the case on some other machine. I'm not
> sure what controls this behavior difference, Does anybody know?
Sounds like TAB ("\C-i") is bound to menu-complete on the one machine,
and complete (the default) on the other.
Compare the output of this between the machines:
bind -p | grep -F '"\C-i"'