Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case insensitive completion does not work #49

Open
mrichtarsky opened this issue Sep 17, 2022 · 1 comment
Open

Case insensitive completion does not work #49

mrichtarsky opened this issue Sep 17, 2022 · 1 comment

Comments

@mrichtarsky
Copy link

$ 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)
@rockandska
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants