m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Updated Examples (markdown)

Matthew Bennett
2020-10-18 20:02:17 +02:00
parent 07f3ca6dd3
commit c7ef695aab

@@ -119,7 +119,7 @@ fo() {
fi
}
```
Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett):
```sh
# Run command/application and choose paths/files with fzf.
# Always return control of the terminal to user (e.g. when opening GUIs).
@@ -193,7 +193,6 @@ f() {
rm ~/.fzf_tmp
}
```
Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett)
```sh
# vf - fuzzy open with vim from anywhere