mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
Updated Examples (markdown)
@@ -75,7 +75,7 @@ fdr() {
|
|||||||
get_parent_dirs $(dirname "$1")
|
get_parent_dirs $(dirname "$1")
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
local DIR=$(get_parent_dirs $(realpath "${1:-$(pwd)}") | fzf-tmux --tac)
|
local DIR=$(get_parent_dirs $(realpath "${1:-$PWD}") | fzf-tmux --tac)
|
||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user