Skip to content

Instantly share code, notes, and snippets.

@akondas
Created July 13, 2016 06:48
Show Gist options
  • Save akondas/e5de15f7bff3c1a184735863c93f02d8 to your computer and use it in GitHub Desktop.
Save akondas/e5de15f7bff3c1a184735863c93f02d8 to your computer and use it in GitHub Desktop.
Start tmux with 4 pane
tmux new-session -d
tmux split-window -v
tmux split-window -h
tmux select-pane -t 0
tmux split-window -h
tmux -2 attach-session -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment