linenoise icon indicating copy to clipboard operation
linenoise copied to clipboard

Insert text for tab completion when there is only one completion.

Open alandekok opened this issue 9 years ago • 2 comments

When the only choice is "foo", and the user hits , the input buffer should fill with "foo", instead of showing that "foo" is the only selection.

alandekok avatar Jan 24 '16 21:01 alandekok

:+1:

gaborcsardi avatar Jan 24 '16 21:01 gaborcsardi

This is not a good idea since user may find the only choice is actually not what he wants, so maybe hit tag again (or hit escape) to go back to the original edit buffer.

w32zhong avatar Apr 18 '16 10:04 w32zhong