From dfdb31fcb1083ab2b3ebc4b33686961279cc1755 Mon Sep 17 00:00:00 2001 From: Henry Chang Date: Sun, 19 Mar 2017 13:26:04 -0700 Subject: [PATCH] Add fz integration --- Examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Examples.md b/Examples.md index 713205a..e9bec72 100644 --- a/Examples.md +++ b/Examples.md @@ -532,6 +532,10 @@ alias j=z alias jj=zz ``` +#### With [fz](https://github.com/changyuheng/fz). + +It's yet another z integration. In this version, fuzzy search is enabled with tab completion. + #### With [fasd](https://github.com/clvv/fasd). Suggested by [@l4u](https://github.com/l4u) and [@epiloque](https://github.com/epiloque)