Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #automate #tmux
ADD COMMENT
Topic
Name
9+4 =