Skip to content

Instantly share code, notes, and snippets.

@ifahrentholz
Created July 8, 2015 20:18
Show Gist options
  • Save ifahrentholz/d52822f1e82c4a56f5f9 to your computer and use it in GitHub Desktop.
Save ifahrentholz/d52822f1e82c4a56f5f9 to your computer and use it in GitHub Desktop.
tmux aliases
alias tma='tmux attach -d -t'
alias git-tmux='tmux new -s $(basename $(pwd))'
alias tksa='tmux kill-session -a'
alias tks='tmux kill-session '
alias tls='tmux list-sessions'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment