Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. # chmod u+x tmux-multi
  3. # sudo mv tmux-multi /usr/bin/
  4.  
  5. tmux new-session -d
  6. tmux split-window -d -t 0 -h
  7. tmux split-window -d -t 0 -v
  8. tmux split-window -d -t 2 -v
  9. tmux select-pane -t 0
  10. tmux attach-session
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement