Changes between Initial Version and Version 2 of Ticket #65166


Ignore:
Timestamp:
May 12, 2022, 7:25:44 PM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65166

    • Property Status changed from new to assigned
    • Property Owner set to cardi
  • Ticket #65166 – Description

    initial v2  
    33While fish will source the file, ${prefix}/share/fzf/shell/key-bindings.fish, as per the instructions when added to config.fish, the bindings have to be manually enabled by adding the following to ~/.config/fish/functions/fish_user_key_bindings.fish
    44
     5{{{
    56function fish_user_key_bindings
    67        fzf_key_bindings
    78end
     9}}}
    810
    911This can save some frustration for the user. The install script for fzf usually handles it for fish but it does not seem to be part of the port.