From abb810a36fac9daf4a3f0c0cdd292187c0796795 Mon Sep 17 00:00:00 2001 From: Harry Lascelles Date: Tue, 24 Oct 2017 09:14:31 +0100 Subject: [PATCH] Integration with zsh will be a common use case, so a pointer to a zsh plugin would be useful. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 25bec77..4cd574f 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,11 @@ nnoremap v :call FzyCommand("ag . --silent -l -g ''", ":vs") nnoremap s :call FzyCommand("ag . --silent -l -g ''", ":sp") ``` +### Use with zsh + +[zsh-fzy](https://github.com/aperezdc/zsh-fzy) supplies some simple fzy bindings for use in +[zsh](http://www.zsh.org/), allowing fzy history, cd, and file navigation. + ## Sorting fzy attempts to present the best matches first. The following considerations are weighted when sorting: