m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Fix TOC

Michael Härtl
2021-06-30 10:39:22 +02:00
parent b61457585d
commit f0799a1a27

@@ -29,7 +29,7 @@ Table of Contents
* [Integration with <a href="https://github.com/changyuheng/zsh-interactive-cd">zsh-interactive-cd</a>.](#integration-with-zsh-interactive-cd)
* [Interactive cd](#interactive-cd)
* [autojump](#autojump)
* [Integration with [autojump](https://github.com/wting/autojump)]
* [Integration with <a href="https://github.com/wting/autojump">autojump</a>](#integration-with-autojump)
* [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)
@@ -1115,7 +1115,7 @@ function cd() {
### autojump
### Integration with [autojump](https://github.com/wting/autojump)
#### Integration with [autojump](https://github.com/wting/autojump)
like normal autojump when used with arguments but displays an fzf prompt when used without
```sh