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)
@@ -52,7 +52,7 @@ EORUBY
|
|||||||
echo -e "$output" |
|
echo -e "$output" |
|
||||||
fzf-tmux -u 30% --ansi --multi --no-hscroll --tiebreak=begin |
|
fzf-tmux -u 30% --ansi --multi --no-hscroll --tiebreak=begin |
|
||||||
awk 'BEGIN { FS = "\t" } { print $2 }' |
|
awk 'BEGIN { FS = "\t" } { print $2 }' |
|
||||||
xargs $open &>/dev/null
|
xargs open &>/dev/null
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user