jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
863 stars 65 forks source link

Doesn't work with omf #123

Closed alfa07 closed 4 years ago

alfa07 commented 5 years ago

OMF expects the following dir structure:

functions/
completions/
bundle
init.fish
key_bindings.fish

which is not the case for this package. This leads to only functions being loaded. No keybindings or fzf.fish

jethrokuan commented 5 years ago

I should add some documentation for OMF users, but see https://github.com/jethrokuan/fzf/issues/109 for the solution

alfa07 commented 4 years ago

Switched to fisher :)