On Sun, Aug 08, 2021 at 07:09:36PM -0400, Adam Cooper via Fish-users wrote:
> Hi,
> 
> Just starting out with fish and I’m stumped in getting fzf keybindings
> working out of the box.
> 
> Here’s a link to my fish config:
> https://git.sr.ht/~amcooper/dotfiles/tree/master/item/arch/fish/config.fish#L22

I think what you need is fzf_key_bindings

> source /usr/share/fish/vendor_functions.d/fzf_key_bindings.fish

You don't need to explicitly source that file. Fish will autoload functions
from $fish_function_path, as long as file and function names match.

> I imagined I’d just need to source the fzf keybindings (line 22). But
> that’s not enough:
> 
> ```
> $ bind | grep '\\\cr'

You can also use: bind \cr


_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to