Guest User

Untitled

a guest
Dec 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. tmux new-session -d 'vim'
  3. tmux split-window -h 'vim'
  4. tmux split-window -v 'vim'
  5. tmux new-window 'mutt'
  6. tmux select-pane -t:.0
  7. tmux split-window -v 'vim'
  8. tmux -2 attach-session -d
Add Comment
Please, Sign In to add comment