16 lines
573 B
Plaintext
Executable File
16 lines
573 B
Plaintext
Executable File
tmux new-session -d -s 'default' -n 'neovim'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'shell'
|
|
tmux new-window -t default -n 'IRC'
|
|
tmux send-keys -t default:IRC "irssi" Enter
|
|
tmux send-keys -t default:IRC Enter
|
|
tmux select-window -t default:0
|