mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (markdown)
@@ -801,6 +801,7 @@ v() {
|
|||||||
|
|
||||||
Like normal cd but opens an interactive navigation window when called with no arguments
|
Like normal cd but opens an interactive navigation window when called with no arguments
|
||||||
For ls, use -FG instead of --color=always on osx
|
For ls, use -FG instead of --color=always on osx
|
||||||
|
```sh
|
||||||
function cd() {
|
function cd() {
|
||||||
if [[ "$#" != 0 ]]; then
|
if [[ "$#" != 0 ]]; then
|
||||||
builtin cd "$@";
|
builtin cd "$@";
|
||||||
@@ -819,6 +820,7 @@ function cd() {
|
|||||||
builtin cd "$dir" &> /dev/null
|
builtin cd "$dir" &> /dev/null
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Fish like interactive tab completion for cd in zsh.
|
Fish like interactive tab completion for cd in zsh.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user