junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.4k stars 2.36k forks source link

Add arguments to disable loading keybindings or completion #3722

Closed SuperSandro2000 closed 4 months ago

SuperSandro2000 commented 4 months ago

NixOS switched (https://github.com/NixOS/nixpkgs/pull/298692) to the new way of loading the completion files which was added in #3675 but that removes support for not loading the completion, so I just added options for that.

junegunn commented 4 months ago

Thanks, but I'm going to keep it simple and not add more options. As noted in the instruction, you can still load individual script files if you need finer control.

https://github.com/junegunn/fzf?tab=readme-ov-file#setting-up-shell-integration

If you have an older version of fzf, or want finer control, you can source individual script files in the /shell directory.