Open dicktyr opened 4 years ago
Nice suggestion indeed.
I will take a look at how i could implement this soon.
Thanks
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.
$ 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
it would be nice if case-insensitive matching were automatically enabled when the readline option
completion-ignore-case
is onmaybe useful to consider other readline options too