[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] What controls the behavior of TAB completion after *?
From: |
Peng Yu |
Subject: |
Re: [Help-bash] What controls the behavior of TAB completion after *? |
Date: |
Fri, 28 Aug 2015 20:35:09 -0500 |
On Sun, Apr 19, 2015 at 12:14 PM, Geir Hauge <address@hidden> wrote:
> 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"'
In both machines, "\C-i" is bound to "complete". Diff of bind -p
output on both machines is the same.
What else might cause the difference?
--
Regards,
Peng
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-bash] What controls the behavior of TAB completion after *?,
Peng Yu <=