From a8d9215a6b2166adc91e191b33591d8ab4dde9bf Mon Sep 17 00:00:00 2001 From: Henry Chang Date: Sun, 19 Mar 2017 13:27:56 -0700 Subject: [PATCH] Add fz demo gif --- Examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples.md b/Examples.md index e9bec72..5159f4c 100644 --- a/Examples.md +++ b/Examples.md @@ -536,6 +536,8 @@ alias jj=zz It's yet another z integration. In this version, fuzzy search is enabled with tab completion. +![fz-demo](https://raw.githubusercontent.com/changyuheng/fz/master/fz-demo.gif) + #### With [fasd](https://github.com/clvv/fasd). Suggested by [@l4u](https://github.com/l4u) and [@epiloque](https://github.com/epiloque)