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

I think this makes this snippet work (tested on my local mac)

Shun Kakinoki
2019-11-09 05:04:24 +09:00
parent 20edc5c03d
commit 6bb863d31a

@@ -52,7 +52,7 @@ EORUBY
echo -e "$output" |
fzf-tmux -u 30% --ansi --multi --no-hscroll --tiebreak=begin |
awk 'BEGIN { FS = "\t" } { print $2 }' |
xargs $open &>/dev/null
xargs open &>/dev/null
}
```