aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/fzf.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fzf: support fish integrationWilliam Carroll2020-03-071-0/+12
| | | | | | | Create the `enableFishIntegration` option to install the fzf key-bindings for people who use fish shell. PR #1074
* Apply `nixfmt` on many filesRobert Helgesson2020-02-021-21/+17
|
* fzf: only enable when line editing is availableRobert Helgesson2018-10-301-4/+8
| | | | | | | Fixes #401 Suggested-by: Alex Vorobiev Suggested-by: Mario Rodas
* fzf: add options for setting commands for all keysMogria2018-08-231-1/+44
| | | | | | | This allows you to specify your own custom commands to be run when calling fzf. You might use tools like fd to search faster and take `.gitignore` files into consideration.
* fzf: add `enableZshIntegration` optionGleb Peregud2018-03-141-0/+13
| | | | | When enabled this will extend user's `$HOME/.zshrc` with sourcing of fzf's completion and key-bindings integration libraries.
* fzf: add moduleRobert Helgesson2018-03-071-0/+78