Skip to content

Instantly share code, notes, and snippets.

@igricart
Last active August 4, 2020 11:26
Show Gist options
  • Save igricart/86de978faf666bb71b9f6fdebe10c61c to your computer and use it in GitHub Desktop.
Save igricart/86de978faf666bb71b9f6fdebe10c61c to your computer and use it in GitHub Desktop.
Startup tmux with panes splitted
tmux new-session \; split-window -v -p 50 \; split-window -h -p 50 \; select-pane -t 0 \; split-window -h -p 50 \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment