]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/tmux-path-extractor.sh
Single tmux popup for fzf
[dotfiles.git] / bin / bin / tmux-path-extractor.sh
diff --git a/bin/bin/tmux-path-extractor.sh b/bin/bin/tmux-path-extractor.sh
deleted file mode 100755 (executable)
index ed2cebc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-tmux has-session -t path-extractor && tmux kill-session -t path-extractor || :
-tmux new-session -d -s path-extractor -c "$1" "pe < /tmp/tmux-buffer ; tmux detach"
-tmux set-option -t path-extractor status off
-exec tmux attach-session -t path-extractor