mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Examples (markdown)
10
Examples.md
10
Examples.md
@@ -15,6 +15,8 @@ Table of Contents
|
|||||||
* [v](#v)
|
* [v](#v)
|
||||||
* [Inspired by <a href="https://github.com/rupa/v">v</a>. Opens files in ~/.viminfo](#inspired-by-v-opens-files
|
* [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)
|
* [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)
|
* [z](#z)
|
||||||
* [Integration with <a href="https://github.com/rupa/z">z</a>.](#integration-with-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)
|
* [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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### z
|
### z
|
||||||
|
|
||||||
#### Integration with [z](https://github.com/rupa/z).
|
#### Integration with [z](https://github.com/rupa/z).
|
||||||
|
|||||||
Reference in New Issue
Block a user