Skip to content

Instantly share code, notes, and snippets.

@mattboehm
Last active December 28, 2015 06:28
Show Gist options
  • Save mattboehm/7456743 to your computer and use it in GitHub Desktop.
Save mattboehm/7456743 to your computer and use it in GitHub Desktop.
Tmux aliases
#tl: list sessions
alias tl='tmux ls'
#tn <name>: create a session named <name>
alias tn='tmux -2 new -s'
#ta <name>: attach to a session named <name>
alias ta='tmux -2 attach -t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment