From bcb26ea6aee8de01a69bce84d1b225bdc1d25d70 Mon Sep 17 00:00:00 2001 From: Gabe Dunn Date: Thu, 17 Jun 2021 11:17:39 -0600 Subject: [PATCH] add zsh-fzf-utils to plugins list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcd1d42..9bb694e 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [fzf-marks](https://github.com/urbainvaes/fzf-marks) - Little script to create, navigate and delete bookmarks in `bash` and `zsh`, using the fuzzy finder [fzf](https://github.com/junegunn/fzf). * [fzf-prezto](https://github.com/lildude/fzf-prezto) - Prezto plugin that finds where [fzf](https://github.com/junegunn/fzf) has been installed and enables its auto-completion and key-bindings. * [fzf-tab](https://github.com/Aloxaf/fzf-tab) - Replace ZSH's default completion selection menu with [fzf](https://github.com/junegunn/fzf). +* [fzf-utils](https://github.com/redxtech/zsh-fzf-utils) - Provides functions to kill proceses and find in path with [fzf](https://github.com/junegunn/fzf). * [fzf-widgets](https://github.com/ytet5uy4/fzf-widgets) - Adds some ZLE widgets for [fzf](https://github.com/junegunn/fzf). * [fzf-z](https://github.com/andrewferrier/fzf-z) - Brings together the *z* plugin and *fzf* to allow you to easily browse recently used directories at any point on the command line. * [fzy](https://github.com/aperezdc/zsh-fzy) - Plugin that uses [fzy](https://github.com/jhawthorn/fzy) for certain fuzzy matching operations.