Files
dotfiles/zsh/tmux.zsh
Nick Nisi d89c54aa2b further cleanup of zsh files
* renamed ZSH to DOTFILES
* create new ZSH variable that points to $DOTFILES/zsh
2014-03-15 08:03:12 -05:00

6 lines
117 B
Bash

# tmux aliases
alias ta='tmux attach'
alias tls='tmux ls'
alias tat='tmux attach -t'
alias tns='tmux new-session -s'