]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/bin/tmux-common.sh
Refactored tmux fzf menus
[dotfiles.git] / tmux / bin / tmux-common.sh
diff --git a/tmux/bin/tmux-common.sh b/tmux/bin/tmux-common.sh
deleted file mode 100644 (file)
index 49936a8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-paste()
-{
-    local pane="$1"
-    local cmd="$2"
-    tmux set-buffer "$cmd"
-    tmux paste-buffer -t "$pane"
-    tmux delete-buffer
-    tmux send-keys -t "$pane" Enter
-}