Completion list showed twice using "show-all-if-ambiguous" and "menu-complete" together

2013-04-04 Thread rehanog
Hi, Ubuntu 12.10, Bash 4.2.37 With the following inputrc ([Ctrl-RightArrow] mapped to menu-complete): set show-all-if-ambiguous on "\e[1;5C": menu-complete Actual Behaviour # Type 'ls d' $ ls d # Press key $ ls d desktop/ document/ dropbox/ $ ls d # Press [C

Re: Completion list showed twice using "show-all-if-ambiguous" and "menu-complete" together

2013-04-05 Thread rehanog
On Friday, April 5, 2013 9:59:11 PM UTC+2, Chet Ramey wrote: > On 4/4/13 7:53 AM, reha...@gmail.com wrote: > > > Hi, > > > > > > Ubuntu 12.10, Bash 4.2.37 > > > > > > With the following inputrc ([Ctrl-RightArrow] mapped to menu-complete): > > > set show-all-if-ambiguous on > > > "\e[1;5C"