The Fish keybindings for fzf are currently installed into /usr/share/fzf/ which is not sourced by Fish.
Adding install -Dm00644 shell/key-bindings.fish $installdir/usr/share/vendor_functions.d/fzf_key_bindings.fish (similar to https://github.com/junegunn/fzf/blob/80b5bc1b682898e3089f6caf1120919fc0933562/install#L302) would make the keybindings available.