mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (markdown)
@@ -801,6 +801,7 @@ v() {
|
||||
|
||||
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
|
||||
function cd() {
|
||||
if [[ "$#" != 0 ]]; then
|
||||
builtin cd "$@";
|
||||
@@ -819,6 +820,7 @@ function cd() {
|
||||
builtin cd "$dir" &> /dev/null
|
||||
done
|
||||
}
|
||||
```
|
||||
|
||||
Fish like interactive tab completion for cd in zsh.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user