Skip to content

Instantly share code, notes, and snippets.

@XueshiQiao
Last active April 8, 2018 02:20
Show Gist options
  • Save XueshiQiao/bfab668b542d06dc7fbf to your computer and use it in GitHub Desktop.
Save XueshiQiao/bfab668b542d06dc7fbf to your computer and use it in GitHub Desktop.
tmux convinent alias
alias ta='tmux attach -t'
alias tn='tmux new-session -s'
alias tl='tmux list-sessions'
alias tks='tmux kill-session -t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment