mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (markdown)
@@ -795,7 +795,7 @@ like normal autojump when used with arguments but displays an fzf prompt when us
|
||||
```sh
|
||||
j() {
|
||||
if [[ "$#" -ne 0 ]]; then
|
||||
autojump $@
|
||||
cd $(autojump $@)
|
||||
return
|
||||
fi
|
||||
cd "$(autojump -s | sed '/_____/Q; s/^[0-9,.:]*\s*//' | fzf --height 40% --nth 1.. --reverse --inline-info +s --tac --query "${*##-* }" )"
|
||||
|
||||
Reference in New Issue
Block a user