From 81a7a79dc9733427a23acf3a4efa3db159ff7e6d Mon Sep 17 00:00:00 2001 From: Henry Chang Date: Sun, 26 Mar 2017 21:30:40 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Examples.md b/Examples.md index c031089..2dcd2b1 100644 --- a/Examples.md +++ b/Examples.md @@ -15,6 +15,8 @@ Table of Contents * [v](#v) * [Inspired by v. Opens files in ~/.viminfo](#inspired-by-v-opens-files * [With fasd.](#with-fasd) +* [cd](#cd) + * [Integration with cd.](#integration-with-cd) * [z](#z) * [Integration with z.](#integration-with-z) * [With fz.](#with-fz) @@ -493,6 +495,14 @@ v() { } ``` +### cd + +#### Integration with [cd](https://github.com/changyuheng/zsh-interactive-cd). + +Fish like interactive tab completion for cd in zsh. + +![zsh-interactive-cd-demo](https://raw.githubusercontent.com/changyuheng/zsh-interactive-cd/master/demo.gif) + ### z #### Integration with [z](https://github.com/rupa/z).