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

readline's completion-ignore-case #29

Open
dicktyr opened this issue Dec 10, 2019 · 3 comments
Open

readline's completion-ignore-case #29

dicktyr opened this issue Dec 10, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@dicktyr
Copy link

dicktyr commented Dec 10, 2019

it would be nice if case-insensitive matching were automatically enabled
when the readline option completion-ignore-case is on

maybe useful to consider other readline options too

@rockandska rockandska added the enhancement New feature or request label Dec 10, 2019
@rockandska
Copy link
Owner

Nice suggestion indeed.

I will take a look at how i could implement this soon.

Thanks

@mrichtarsky
Copy link

Since the above does not make it totally clear - is it possible to have fzf-obc work case insensitively via configuration? From the manual, I can't seem to find any option for that.

@rockandska
Copy link
Owner

rockandska commented Sep 17, 2022

$ cat >> ${HOME}/.config/fzf-obc/default.cfg
std_fzf_opts+=' +i'

should do the trick, if not, open a specific issue for this @mrichtarsky as it is not directly related to have it enable depending on readline configuration.
The project is not dead but need to do a big refactoring

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

No branches or pull requests

3 participants