fzf-obc
fzf-obc copied to clipboard
Case insensitive completion does not work
$ ls -al
total 8
drwx------ 2 mrich mrich 4096 Sep 17 22:19 .
drwxrwxrwt 32 root root 4096 Sep 17 22:19 ..
-rw-rw-r-- 1 mrich mrich 0 Sep 17 22:19 TEST
$ less t<TAB>
Nothing happens after pressing TAB
. I have completion-ignore-case On
, so I would expect it to show TEST
. Since fzf-obc
does not automatically pick up completion-ignore-case
as per #29 I tried your suggestion of std_fzf_opts+=' +i'
but that didn't help either.
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Sorry for the delay. It indeed does not work and misunderstood the question. I was thinking you were looking for a way to activate the case-insensitive lookup in fzf.
I try to prepare a new version who try to respect completion-ignore-case On
as other inputrc variables but will not be finished until some time.