mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (markdown)
@@ -120,9 +120,7 @@ fo() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Run command/application and choose paths/files with fzf.
|
# Run command/application and choose paths/files with fzf.
|
||||||
# Always return control of the terminal to user (e.g. when opening GUIs).
|
# Always return control of the terminal to user (e.g. when opening GUIs).
|
||||||
# The full command that was used will appear in you history just like any other
|
# The full command that was used will appear in you history just like any other
|
||||||
@@ -195,6 +193,7 @@ f() {
|
|||||||
rm ~/.fzf_tmp
|
rm ~/.fzf_tmp
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# vf - fuzzy open with vim from anywhere
|
# vf - fuzzy open with vim from anywhere
|
||||||
|
|||||||
Reference in New Issue
Block a user