m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Updated Examples (markdown)

mgild
2018-09-13 16:21:01 -07:00
parent 1e297a8693
commit d75170d780

@@ -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.