Skip to content

Instantly share code, notes, and snippets.

@ThiefMaster
Created February 21, 2013 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThiefMaster/5005825 to your computer and use it in GitHub Desktop.
Save ThiefMaster/5005825 to your computer and use it in GitHub Desktop.
#!/bin/bash
tmux new-session -d
WIN=$(tmux new-window -dP)
tmux select-layout -t "$WIN" tiled
#!/bin/bash
tmux new-session -d
WIN=$(tmux new-window -dP -F '#{window_id}')
tmux select-layout -t "$WIN" tiled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment