mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (markdown)
@@ -790,6 +790,8 @@ 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)
|
||||||
|
|
||||||
|
like normal autojump when used with arguments but displays an fzf prompt when used without
|
||||||
```sh
|
```sh
|
||||||
j() {
|
j() {
|
||||||
if [[ "$#" -ne 0 ]]; then
|
if [[ "$#" -ne 0 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user