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
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"