Last active
April 8, 2018 02:20
-
-
Save XueshiQiao/bfab668b542d06dc7fbf to your computer and use it in GitHub Desktop.
tmux convinent alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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