aboutsummaryrefslogtreecommitdiff
path: root/bin/tmux-send
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tmux-send')
-rwxr-xr-xbin/tmux-send4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/tmux-send b/bin/tmux-send
index b2e7fd4..47a6de8 100755
--- a/bin/tmux-send
+++ b/bin/tmux-send
@@ -4,10 +4,6 @@ dir=$1
tty=$(tmux list-panes -F "#{pane_active}#{pane_tty}" | grep '^1' | cut -c2-)
vim=$(ps -o stat=,command= -t $tty | awk 'BEGIN{flag=0} {if($1 ~ /S*+/ && $2 ~ /nvim/){flag +=1}}; END {print flag}')
-echo $dir
-echo $tty
-echo $vim
-
if [ $vim -gt 0 ]; then
case $dir in
up)