5 if tmux has-session -t=dot 2> /dev/null; then
10 tmux new-session -d -s dot -n vim -x $(tput cols) -y $(tput lines)
12 tmux split-window -t dot:vim -h
14 tmux send-keys -t dot:vim.left "vim -c CommandTBoot" Enter
15 tmux send-keys -t dot:vim.right "git st" Enter
17 tmux attach -t dot:vim.right