[fzf-tmux] Remove cat command

Close #1039
pull/1040/head
Junegunn Choi 7 years ago
parent 9b9c67b768
commit 655dfb8328
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -176,7 +176,6 @@ close="; trap - EXIT SIGINT SIGTERM $close"
if [[ -n "$term" ]] || [[ -t 0 ]]; then
cat <<< "\"$fzf\" $opts > $fifo2; echo \$? > $fifo3 $close" >> $argsf
cat $argsf
TMUX=$(echo $TMUX | cut -d , -f 1,2) tmux set-window-option synchronize-panes off \;\
set-window-option remain-on-exit off \;\
split-window $opt "cd $(printf %q "$PWD");$envs bash $argsf" $swap \

Loading…
Cancel
Save