Skip to content
Snippets Groups Projects
Unverified Commit 655dfb83 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[fzf-tmux] Remove cat command

Close #1039
parent 9b9c67b7
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment