Changes between Initial Version and Version 2 of Ticket #65166
- Timestamp:
- May 12, 2022, 7:25:44 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65166
-
Property
Status
changed from
new
toassigned
- Property Owner set to cardi
-
Property
Status
changed from
-
Ticket #65166 – Description
initial v2 3 3 While 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 4 4 5 {{{ 5 6 function fish_user_key_bindings 6 7 fzf_key_bindings 7 8 end 9 }}} 8 10 9 11 This 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.