You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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)
The text was updated successfully, but these errors were encountered:
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.
Nothing happens after pressing
TAB
. I havecompletion-ignore-case On
, so I would expect it to showTEST
. Sincefzf-obc
does not automatically pick upcompletion-ignore-case
as per #29 I tried your suggestion ofstd_fzf_opts+=' +i'
but that didn't help either.The text was updated successfully, but these errors were encountered: