readline icon indicating copy to clipboard operation
readline copied to clipboard

Case-Insensitive Completion

Open ghost opened this issue 9 years ago • 3 comments

Is it possible to do case-insensitive completion?

ghost avatar Jul 11 '16 14:07 ghost

It's not supported yet.

chzyer avatar Jul 13 '16 02:07 chzyer

ooops sorry wrong issue.

knz avatar Oct 05 '16 17:10 knz

I guess what would be needed is a way to rewrite the prefix that the completion was initiated with, since we probably want the result to retain the case, while actually reaching there by completion is done insensitively.

quite avatar Sep 08 '17 09:09 quite