mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (markdown)
@@ -799,6 +799,11 @@ v() {
|
|||||||
|
|
||||||
#### Integration with [zsh-interactive-cd](https://github.com/changyuheng/zsh-interactive-cd).
|
#### Integration with [zsh-interactive-cd](https://github.com/changyuheng/zsh-interactive-cd).
|
||||||
|
|
||||||
|
Fish like interactive tab completion for cd in zsh.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### Interactive cd
|
||||||
Like normal cd but opens an interactive navigation window when called with no arguments. For ls, use -FG instead of --color=always on osx.
|
Like normal cd but opens an interactive navigation window when called with no arguments. For ls, use -FG instead of --color=always on osx.
|
||||||
```sh
|
```sh
|
||||||
function cd() {
|
function cd() {
|
||||||
@@ -821,10 +826,6 @@ function cd() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Fish like interactive tab completion for cd in zsh.
|
|
||||||
|
|
||||||

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