m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Add fz integration

Henry Chang
2017-03-19 13:26:04 -07:00
parent 6abf347dd8
commit dfdb31fcb1

@@ -532,6 +532,10 @@ alias j=z
alias jj=zz alias jj=zz
``` ```
#### With [fz](https://github.com/changyuheng/fz).
It's yet another z integration. In this version, fuzzy search is enabled with tab completion.
#### With [fasd](https://github.com/clvv/fasd). #### With [fasd](https://github.com/clvv/fasd).
Suggested by [@l4u](https://github.com/l4u) and [@epiloque](https://github.com/epiloque) Suggested by [@l4u](https://github.com/l4u) and [@epiloque](https://github.com/epiloque)