m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Updated Examples (markdown)

Matthew Bennett
2020-10-17 17:54:03 +02:00
parent 86ef5e18f3
commit b332d1b5bb

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