mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 17:13:42 -05:00
Updated Examples (markdown)
@@ -130,7 +130,7 @@ f cat # (hit enter, choose files)
|
|||||||
f vim # (hit enter, choose files)
|
f vim # (hit enter, choose files)
|
||||||
f vlc # (hit enter, choose files)
|
f vlc # (hit enter, choose files)
|
||||||
|
|
||||||
# the function:
|
# the function (not tested in zsh):
|
||||||
f() {
|
f() {
|
||||||
# store the files from fzf
|
# store the files from fzf
|
||||||
IFS=$'\n' files=($(fzf --query="$2" --multi))
|
IFS=$'\n' files=($(fzf --query="$2" --multi))
|
||||||
|
|||||||
Reference in New Issue
Block a user