Remove debug
This commit is contained in:
parent
fff81f91a4
commit
fb21554f7e
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ if tmux info &> /dev/null; then
|
|||
IFS=- read pane cmd <<< "$pane_info"
|
||||
|
||||
if [[ $cmd == "vim" || $cmd == "nvim" ]]; then
|
||||
echo "SEND TMUX"
|
||||
tmux send-keys -t $pane ":lua ChangeBackground()" ENTER
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue