Open
Description
My setting in ~/.inputrc
set show-all-if-ambiguous on
#cycle through choices with ctrl-right/left
"\e[1;5C": menu-complete
"\e[1;5D": menu-complete-backward
When triggering menu-complete
(see man bash
) first word takes place (in not wanted format) immediately at the same time with showing suggestions
The problem with this implementation is that we get:
dothis <number> command_name <padding>
<cursor>
What could we do to improve this behaviour? Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels