Answers for "automate tmux"

0

automate tmux

#!/bin/sh
tmux new-session -d 'vim'
tmux split-window -v 'ipython'
tmux split-window -h
tmux new-window 'mutt'
tmux -2 attach-session -d
Posted by: Guest on August-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language