[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: |
Mon, 20 Apr 2015 08:10:26 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Apr 19, 2015 at 04:13:33PM -0500, Peng Yu wrote:
> > bind -p | grep -F '"\C-i"'
>
> Yes. I get the following. How to disable it?
>
> ~$ bind -p | grep -F '"\C-i"'
> "\C-i": complete
What do you mean by disable? That's the default you got there. If you
want to switch to menu-complete, put
"\C-i": menu-complete
in ~/.inputrc, or
bind '"\C-i": menu-complete'
in ~/.bashrc
--
Geir Hauge