m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Examples (markdown)

Henry Chang
2017-03-26 21:30:40 -07:00
parent 57ea855e89
commit 81a7a79dc9

@@ -15,6 +15,8 @@ Table of Contents
* [v](#v)
* [Inspired by <a href="https://github.com/rupa/v">v</a>. Opens files in ~/.viminfo](#inspired-by-v-opens-files
* [With <a href="https://github.com/clvv/fasd">fasd</a>.](#with-fasd)
* [cd](#cd)
* [Integration with <a href="https://github.com/changyuheng/zsh-interactive-cd">cd</a>.](#integration-with-cd)
* [z](#z)
* [Integration with <a href="https://github.com/rupa/z">z</a>.](#integration-with-z)
* [With <a href="https://github.com/changyuheng/fz">fz</a>.](#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).