Remove debug

This commit is contained in:
Andrew Tomaka 2024-02-18 21:00:09 -05:00
parent fff81f91a4
commit fb21554f7e
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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