Skip to content

Instantly share code, notes, and snippets.

@hew
Last active September 27, 2018 20:54
Show Gist options
  • Select an option

  • Save hew/0da7ed77b7c083cf93633cb89ca4c68d to your computer and use it in GitHub Desktop.

Select an option

Save hew/0da7ed77b7c083cf93633cb89ca4c68d to your computer and use it in GitHub Desktop.
Quick'n'Dirty Tmux Layout Shell Script

Quick'n'Dirty Tmux Layout Shell Script

#!/bin/bash
tmux new-session \; \
split-window -h \; \
split-window -v \; \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment